mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 12:47:56 +00:00
More tests for 5.7 fixed
This commit is contained in:
@@ -26,8 +26,9 @@ my $dbh = $sb->get_dbh_for('master', {no_lc=>1});
|
||||
|
||||
if ( !$dbh ) {
|
||||
plan skip_all => "Cannot connect to sandbox master";
|
||||
}
|
||||
else {
|
||||
} elsif ($sandbox_version ge '5.7') {
|
||||
plan skip_all => "MySQL 5.7 use a more strict sql_mode";
|
||||
} else {
|
||||
plan tests => 21;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user