PT-1554 Test a fix for pt-136 & ps 5.7

This commit is contained in:
Carlos Salguero
2018-05-26 17:36:06 -03:00
parent 445d38f359
commit 0be68be892

View File

@@ -9831,7 +9831,7 @@ use warnings FATAL => 'all';
use English qw(-no_match_vars);
use Percona::Toolkit;
use constant PTDEBUG => $ENV{PTDEBUG} || 0;
use constant PTDEBUG => $ENV{PTDEBUG} || 1;
use POSIX qw(signal_h);
use List::Util qw(max);