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:
Daniel Nichter
2012-12-05 18:27:12 +00:00
parent a672a1d98d
commit dd333380f2
10 changed files with 62 additions and 138 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -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