Always report slaves with tables too large, regardless of --chunk-size-limit.

This commit is contained in:
Daniel Nichter
2012-10-31 12:17:02 -06:00
parent b5c48f07d1
commit 7c23608603

View File

@@ -8956,7 +8956,7 @@ sub main {
push @too_large, [$slave->name(), $n_rows || 0]; push @too_large, [$slave->name(), $n_rows || 0];
} }
} }
if ( @too_large && $chunk_size_limit ) { if ( @too_large ) {
if ( $o->get('quiet') < 2 ) { if ( $o->get('quiet') < 2 ) {
my $msg my $msg
= "Skipping table $tbl->{db}.$tbl->{tbl} because" = "Skipping table $tbl->{db}.$tbl->{tbl} because"