Change --skip-gtid-uuid to --master-uuid. Make test more reliable. Simplify code and clean up docs.

This commit is contained in:
Daniel Nichter
2014-05-28 13:31:10 -07:00
parent b3c6a0aac2
commit 3b96187313
5 changed files with 174 additions and 143 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};
}