Remove --chunk-size-limit on index check. If nibbling, the indexes must match, so --chunk-size-limit isn't a factor here.

This commit is contained in:
Daniel Nichter
2012-10-31 10:31:59 -06:00
parent 9424ff7003
commit ce3c80ea45

View File

@@ -9051,8 +9051,7 @@ sub main {
vals => [ @{$boundary->{lower}}, $nibble_iter->chunk_size() ],
);
if ( lc($expl->{key} || '')
ne lc($nibble_iter->nibble_index() || '')
&& $chunk_size_limit) {
ne lc($nibble_iter->nibble_index() || '') ) {
PTDEBUG && _d('Cannot nibble next chunk, aborting table');
if ( $o->get('quiet') < 2 ) {
warn ts("Aborting table $tbl->{db}.$tbl->{tbl} at chunk "