From cb5e0077fd3d41560a707eb45244518194a2bd98 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Sat, 26 May 2018 21:58:28 -0300 Subject: [PATCH] PT-1554 Trying to debug to find why t/pt-table-checksum/pt-136.t fails on docker --- bin/pt-table-checksum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 3a01755e..f7fe1323 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -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);