Revert "Merge pull request #320 from percona/PT-1488_mysql_8_support_pt-show-grants"

This reverts commit b90043ff0b, reversing
changes made to d8a2466666.
This commit is contained in:
Carlos Salguero
2018-04-19 14:59:36 -03:00
parent 2b9cf7dce6
commit 063ccb3c6f
5 changed files with 3 additions and 167 deletions

View File

@@ -391,7 +391,7 @@ sub verify_test_data {
my @diffs;
foreach my $c ( @checksums ) {
next unless $c->{checksum};
if ( $ref->{$c->{table}} && $c->{checksum} ne $ref->{$c->{table}}->{checksum} ) {
if ( $c->{checksum} ne $ref->{$c->{table}}->{checksum} ) {
push @diffs, $c->{table};
}
}