Don't reset @crc or @cnt. Docu output of --replicate-check-only.

This commit is contained in:
Daniel Nichter
2011-12-27 10:24:35 -07:00
parent a752ce2596
commit 66c0abfe8e
3 changed files with 60 additions and 13 deletions

View File

@@ -196,7 +196,7 @@ $slave_dbh->do("update percona.checksums set this_crc='' where db='sakila' and t
ok(
no_diff(
sub { pt_table_checksum::main(@args, qw(--no-recheck)) },
sub { pt_table_checksum::main(@args, qw(--replicate-check-only)) },
"$sample/no-recheck.txt",
),
"--no-recheck (just --replicate-check)"