mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 22:19:44 +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];
|
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"
|
||||||
|
Reference in New Issue
Block a user