asks for confirmation when using alter-foreign-key-method none - issue 1329422

This commit is contained in:
Frank Cizmich
2014-06-30 13:36:25 -03:00
parent 885cdce7bf
commit 8eebecf559
2 changed files with 15 additions and 1 deletions

View File

@@ -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)
],
);