-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
MySQL table engine not changed #4945
Comments
Fixing this bug requires the logic implemented in #4746 regarding column SQL declarations to be implemented for table SQL declarations. |
hows this going? I am still seeing a broken |
I don’t believe anybody is working on this issue. |
I can try to take a closer look when I have more time, but would be awesome if someone who is more familiar with the code base could chime in |
For what it is worth, my issue with collation junk populating my |
Bug Report
Summary
The SQL for changing the MySQL table engine isn't generated if this is the only change for the table, e.g. from MyISAM to InnoDB
Current behaviour
No SQL statement for changing the MySQL table engine is generated
How to reproduce
Expected behaviour
Should generate SQL statement:
The text was updated successfully, but these errors were encountered: