PT-1554 Trying to debug to find why t/pt-table-checksum/pt-136.t fails on docker

This commit is contained in:
Carlos Salguero
2018-05-26 21:58:28 -03:00
parent abd84d03a8
commit cb5e0077fd

View File

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