From ce3c80ea45b2f6599a9f7beb9e2ecd2c79e749cf Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Wed, 31 Oct 2012 10:31:59 -0600 Subject: [PATCH] Remove --chunk-size-limit on index check. If nibbling, the indexes must match, so --chunk-size-limit isn't a factor here. --- bin/pt-table-checksum | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index d0624aee..9876f9fc 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -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 "