~percona-toolkit-dev/percona-toolkit/pt-table-sync-binlog-format-only-if-not-statement

« back to all changes in this revision

Viewing changes to bin/pt-table-checksum

Merge fix-skipped-chunks-bug-1011738.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7009
7009
         # Count every chunk, even if it's ultimately skipped, etc.
7010
7010
         $tbl->{checksum_results}->{n_chunks}++;
7011
7011
 
 
7012
         # Reset the nibble_time because this nibble hasn't been
 
7013
         # executed yet.  If nibble_time is undef, then it's marked
 
7014
         # as skipped in after_nibble.
 
7015
         $tbl->{nibble_time} = undef;
 
7016
 
7012
7017
         # --explain level 2: print chunk,lower boundary values,upper
7013
7018
         # boundary values.
7014
7019
         if ( $o->get('explain') > 1 ) {