mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +00:00
asks for confirmation when using alter-foreign-key-method none - issue 1329422
This commit is contained in:
@@ -591,7 +591,7 @@ test_alter_table(
|
||||
test_type => "new_engine",
|
||||
new_engine => "innodb",
|
||||
cmds => [
|
||||
qw(--execute --alter-foreign-keys-method none --alter ENGINE=INNODB)
|
||||
qw(--execute --alter-foreign-keys-method none --force --alter ENGINE=INNODB)
|
||||
],
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user