We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relates to #16723
If you try a change like this:
to:
And select "Online transaction", the error isn't reported, and it seems the change was made, but nothing really happened.
I then previewed the SQL and ran it manually, and that's where I saw an error happens:
#1846 - ALGORITHM=INPLACE is not supported. Reason: Cannot change column type. Try ALGORITHM=COPY
The text was updated successfully, but these errors were encountered:
Add ChangeLog entries for #17016 and #17037
7ef1c5f
Signed-off-by: William Desportes <williamdes@wdes.fr>
a8d9f44
@williamdes Nice - this seems to be fixed in the 5.1 snapshot!
Sorry, something went wrong.
williamdes
No branches or pull requests
Relates to #16723
If you try a change like this:
to:
And select "Online transaction", the error isn't reported, and it seems the change was made, but nothing really happened.
I then previewed the SQL and ran it manually, and that's where I saw an error happens:
#1846 - ALGORITHM=INPLACE is not supported. Reason: Cannot change column type. Try ALGORITHM=COPYServer configuration
Client configuration
The text was updated successfully, but these errors were encountered: