mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
PT-2340 - Support MySQL 8.4
- Fixed staff I broke for 8.0
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user