You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug #18634201 - Upgrade from 5.6.10 to 5.6.16 crashes and leaves unausable DB
When user tries to upgrade from 5.6.10 to latest 5.6, the rename of aux
tables could make server crash, since we don't get rid of those obsolete
tables, which were removed away since 5.6.11.
The patch fixed 2 issues:
1) We shouldn't try to rename those obsolete tables.
2) We should try to drop those obsolete tables when upgrade, so that those
obsolete tables would not be left in the data directory.
rb#5202, approved by Jimmy.
0 commit comments