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 #21907297 MYSQLPUMP CREATES INCORRECT ALTER TABLE STATEMENT FOR FOREIGN KEY
During dump process mysqlpump extracts key columns from table definition
and creates an ALTER TABLE syntax. During this parsing of SHOW CREATE TABLE
output there was an problem which results in wrong syntax to be dumped, thus
causing restore to fail. This patch fixes this issue.
0 commit comments