mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-02 01:01:09 +08:00
Fix syntax typo: _( should be _d(.
This commit is contained in:
@@ -5387,7 +5387,7 @@ sub main {
|
|||||||
|
|
||||||
# If the new table still exists, drop it unless the tool was interrupted.
|
# If the new table still exists, drop it unless the tool was interrupted.
|
||||||
push @cleanup_tasks, sub {
|
push @cleanup_tasks, sub {
|
||||||
PTDEBUG && _('Clean up new table');
|
PTDEBUG && _d('Clean up new table');
|
||||||
my $new_tbl_exists = $tp->check_table(
|
my $new_tbl_exists = $tp->check_table(
|
||||||
dbh => $cxn->dbh(),
|
dbh => $cxn->dbh(),
|
||||||
db => $new_tbl->{db},
|
db => $new_tbl->{db},
|
||||||
|
|||||||
Reference in New Issue
Block a user