PT-2340 - Support MySQL 8.4

- Fixed staff I broke for 8.0
This commit is contained in:
Sveta Smirnova
2024-08-22 14:29:53 +03:00
parent a38bee6d60
commit b332537481
31 changed files with 222 additions and 160 deletions

View File

@@ -849,9 +849,9 @@ SKIP: {
like(
$output,
qr/Found 2 replicas.*Successfully altered/si,
qr/Found 2 ${replica_name}s.*Successfully altered/si,
"--recursion-method=dns works"
);
) or diag($output);
$source_dbh->do("DROP DATABASE test_recursion_method");