mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
Always report slaves with tables too large, regardless of --chunk-size-limit.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user