mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 15:39:03 +00:00
bug that was introduced in commit 659092bc95
This commit is contained in:
@@ -9762,7 +9762,7 @@ sub main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( $o->get('preserve-triggers') ) {
|
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");
|
print ts("Skipping triggers creation since --no-swap-tables was specified along with --drop-new-table\n");
|
||||||
} else {
|
} else {
|
||||||
print ts("Adding original triggers to new table.\n");
|
print ts("Adding original triggers to new table.\n");
|
||||||
|
Reference in New Issue
Block a user