Merge Kenny's pt-slave-restart-gtid-support branch.

This commit is contained in:
Daniel Nichter
2014-05-28 15:26:26 -07:00
7 changed files with 419 additions and 13 deletions

View File

@@ -379,6 +379,7 @@ sub verify_test_data {
# Diff the two sets of checksums: host to master (ref).
my @diffs;
foreach my $c ( @checksums ) {
next unless $c->{checksum};
if ( $c->{checksum} ne $ref->{$c->{table}}->{checksum} ) {
push @diffs, $c->{table};
}