From 7c23608603f15a5dd9dda79258fc068eb56c0149 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Wed, 31 Oct 2012 12:17:02 -0600 Subject: [PATCH] Always report slaves with tables too large, regardless of --chunk-size-limit. --- 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 b22d51b1..209ad1a4 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -8956,7 +8956,7 @@ sub main { push @too_large, [$slave->name(), $n_rows || 0]; } } - if ( @too_large && $chunk_size_limit ) { + if ( @too_large ) { if ( $o->get('quiet') < 2 ) { my $msg = "Skipping table $tbl->{db}.$tbl->{tbl} because"