mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +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;
|
||||
|
Reference in New Issue
Block a user