mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Merge Kenny's pt-slave-restart-gtid-support branch.
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
Reference in New Issue
Block a user