Merge p:~percona-toolkit-dev/percona-toolkit/fix-1087319-quoter-multiple-nulls

This commit is contained in:
Daniel Nichter
2013-02-19 13:01:58 -07:00
37 changed files with 1095 additions and 731 deletions

View File

@@ -358,7 +358,8 @@ sub verify_test_data {
'SELECT * FROM percona_test.checksums',
'db_tbl');
$self->{checksum_ref} = $ref unless $self->{checksum_ref};
my @tables_in_mysql = grep { !/^innodb_(?:table|index)_stats$/ }
my @tables_in_mysql = grep { !/^(?:innodb|slave)_/ }
grep { !/_log$/ }
@{$master->selectcol_arrayref('SHOW TABLES FROM mysql')};
my @tables_in_sakila = qw(actor address category city country customer
film film_actor film_category film_text inventory