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
tl;dr: For pt-osc, enums in primary keys weren't handled correctly (the enum values were seen as their names vs their index numbers) if the values weren't in alphabetical order already. http://dev.mysql.com/doc/refman/5.6/en/enum.html#enum-sorting
Based on the bug report for pt-online-schema-change: https://bugs.launchpad.net/percona-toolkit/+bug/1613915
tl;dr: For pt-osc, enums in primary keys weren't handled correctly (the enum values were seen as their names vs their index numbers) if the values weren't in alphabetical order already. http://dev.mysql.com/doc/refman/5.6/en/enum.html#enum-sorting
The fix for pt-osc is already merged: percona/percona-toolkit#131
It's worth testing if this is handled correctly here with gh-ost too.
The text was updated successfully, but these errors were encountered: