mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 03:14:58 +00:00
PT-2340 - Support MySQL 8.4
- Adjusted tools and tests which fail due to fixed update-modules command - Adjsted t/pt-table-checksum/basics.t test for 8.0
This commit is contained in:
@@ -236,7 +236,7 @@ is(
|
||||
|
||||
like(
|
||||
$output,
|
||||
qr/Skipping replica h=127.0.0.1,P=12347/,
|
||||
qr/Skipping ${replica_name} h=127.0.0.1,P=12347/,
|
||||
'Broken replica skipped with --no-check-replica-tables and --skip-check-replica-lag'
|
||||
);
|
||||
|
||||
@@ -265,7 +265,7 @@ is(
|
||||
|
||||
like(
|
||||
$output,
|
||||
qr/Skipping replica h=127.0.0.1,P=12347/,
|
||||
qr/Skipping ${replica_name} h=127.0.0.1,P=12347/,
|
||||
'Broken replica skipped with -no-check-slave-tables and --skip-check-replica-lag'
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user