mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
PT-1559 pt-osc --alter-foreign-keys-method=drop_swap doesn't work with MySQL 8.0+
This commit is contained in:
@@ -23,8 +23,9 @@ my $dbh = $sb->get_dbh_for('master');
|
||||
|
||||
if ( !$dbh ) {
|
||||
plan skip_all => "Cannot connect to sandbox master";
|
||||
}
|
||||
else {
|
||||
} elsif ($sandbox_version ge '8.0') {
|
||||
plan skip_all => "There is no NO_AUTO_CREATE_USER in MySQL 8.0+";
|
||||
} else {
|
||||
plan tests => 4;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user