mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 11:07:58 +00:00
This commit is contained in:
@@ -3109,7 +3109,7 @@ use IO::File;
|
||||
|
||||
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
|
||||
|
||||
Transformers->import qw(ts unix_timestamp);
|
||||
Transformers->import(qw(ts unix_timestamp));
|
||||
|
||||
my @dbhs; # Holds slave DBHs if --recurse
|
||||
my @sths; # Holds [$host, $sth] if --recurse
|
||||
|
@@ -3507,7 +3507,7 @@ $Data::Dumper::Indent = 1;
|
||||
$Data::Dumper::Sortkeys = 1;
|
||||
$Data::Dumper::Quotekeys = 0;
|
||||
|
||||
Transformers->import qw(ts);
|
||||
Transformers->import(qw(ts));
|
||||
|
||||
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
|
||||
|
||||
|
@@ -3871,7 +3871,7 @@ $Data::Dumper::Indent = 1;
|
||||
$Data::Dumper::Sortkeys = 1;
|
||||
$Data::Dumper::Quotekeys = 0;
|
||||
|
||||
Transformers->import qw(ts);
|
||||
Transformers->import(qw(ts));
|
||||
|
||||
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
|
||||
|
||||
|
Reference in New Issue
Block a user