~percona-toolkit-dev/percona-toolkit/release-2.2.13

« back to all changes in this revision

Viewing changes to lib/Sandbox.pm

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
379
379
   # Diff the two sets of checksums: host to master (ref).
380
380
   my @diffs;
381
381
   foreach my $c ( @checksums ) {
 
382
      next unless $c->{checksum};
382
383
      if ( $c->{checksum} ne $ref->{$c->{table}}->{checksum} ) {
383
384
         push @diffs, $c->{table};
384
385
      }