mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Stop nibbling if chunking but not first lower boundary because table is empty. Print test debug via diag().
This commit is contained in:
@@ -286,6 +286,11 @@ sub next {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if ( !$self->{one_nibble} && !$self->{first_lower} ) {
|
||||
PTDEBUG && _d('No first lower boundary, table must be empty');
|
||||
$self->{no_more_boundaries} = 1;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
# If there's another nibble, fetch the rows within it.
|
||||
|
Reference in New Issue
Block a user