mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
Ignore the new 5.6 mysql stats tables in SchemaIterator and update that module in all tools and updated affected samples.
This commit is contained in:
@@ -97,7 +97,7 @@ ok(
|
||||
"Static chunk size (--chunk-time 0)"
|
||||
);
|
||||
|
||||
my $n_checksums = $sandbox_version eq "5.6" ? 94
|
||||
my $n_checksums = $sandbox_version eq "5.6" ? 88
|
||||
: $sandbox_version eq "5.5" ? 90
|
||||
: $sandbox_version eq "5.1" ? 89
|
||||
: 85;
|
||||
|
@@ -7,17 +7,11 @@ ERRORS DIFFS ROWS SKIPPED TABLE
|
||||
0 0 461 0 mysql.help_keyword
|
||||
0 0 1045 0 mysql.help_relation
|
||||
0 0 324 0 mysql.help_topic
|
||||
0 1 164 0 mysql.innodb_index_stats
|
||||
0 1 19 0 mysql.innodb_table_stats
|
||||
0 0 0 0 mysql.ndb_binlog_index
|
||||
0 0 0 0 mysql.plugin
|
||||
0 0 0 0 mysql.proc
|
||||
0 0 0 0 mysql.procs_priv
|
||||
0 0 2 0 mysql.proxies_priv
|
||||
0 0 0 0 mysql.servers
|
||||
0 0 0 0 mysql.slave_master_info
|
||||
0 0 0 0 mysql.slave_relay_log_info
|
||||
0 0 0 0 mysql.slave_worker_info
|
||||
0 0 0 0 mysql.tables_priv
|
||||
0 0 0 0 mysql.time_zone
|
||||
0 0 0 0 mysql.time_zone_leap_second
|
||||
|
@@ -7,17 +7,11 @@ ERRORS DIFFS ROWS CHUNKS SKIPPED TABLE
|
||||
0 0 461 1 0 mysql.help_keyword
|
||||
0 0 1045 1 0 mysql.help_relation
|
||||
0 0 324 1 0 mysql.help_topic
|
||||
0 1 164 1 0 mysql.innodb_index_stats
|
||||
0 1 19 1 0 mysql.innodb_table_stats
|
||||
0 0 0 1 0 mysql.ndb_binlog_index
|
||||
0 0 0 1 0 mysql.plugin
|
||||
0 0 0 1 0 mysql.proc
|
||||
0 0 0 1 0 mysql.procs_priv
|
||||
0 0 2 1 0 mysql.proxies_priv
|
||||
0 0 0 1 0 mysql.servers
|
||||
0 0 0 1 0 mysql.slave_master_info
|
||||
0 0 0 1 0 mysql.slave_relay_log_info
|
||||
0 0 0 1 0 mysql.slave_worker_info
|
||||
0 0 0 1 0 mysql.tables_priv
|
||||
0 0 0 1 0 mysql.time_zone
|
||||
0 0 0 1 0 mysql.time_zone_leap_second
|
||||
|
Reference in New Issue
Block a user