bug that was introduced in commit 659092bc95

This commit is contained in:
Kenny Gryp
2017-07-17 18:09:48 +02:00
parent 659092bc95
commit 9cac1454a9

View File

@@ -9762,7 +9762,7 @@ sub main {
}
if ( $o->get('preserve-triggers') ) {
if ( !$o->get('swap-tables') && !$o->get('drop-new-table') ) {
if ( !$o->get('swap-tables') && $o->get('drop-new-table') ) {
print ts("Skipping triggers creation since --no-swap-tables was specified along with --drop-new-table\n");
} else {
print ts("Adding original triggers to new table.\n");