Skip to content

Conversation

@coding-chimp
Copy link

Changes the default algorithm used for add/rename/remove column operations to COPY since it supports more use cases. It is slower, but that doesn't matter much since the changes are applied to empty tables.

Fixes #161.

@coding-chimp coding-chimp requested a review from a team February 7, 2025 08:22
@coding-chimp coding-chimp merged commit 2191303 into master Feb 7, 2025
48 checks passed
@coding-chimp coding-chimp deleted the bb/change-default-algorithm branch February 7, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mysql2::Error: ALGORITHM=INPLACE is not supported. Reason: InnoDB presently supports one FULLTEXT index creation at a time. Try ALGORITHM=COPY

2 participants