PT-2340 - Support MySQL 8.4

- Added wait_for_replicas call into t/pt-table-checksum/pt-1616.t
- Added diagnostic output into t/pt-upgrade/run_time.t, t/pt-table-sync/issue_627.t
This commit is contained in:
Sveta Smirnova
2024-12-03 16:25:58 +03:00
parent 3ef8ca77ff
commit 44a2819055
3 changed files with 3 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ is(
REPLACE INTO `issue_375`.`t`(`id`, `updated_at`, `foo`) VALUES ('100', '2009-09-06 15:01:23', 'cv');
",
'Simple --replicate'
);
) or diag($output);
# Note how the columns are out of order (tbl order is: id, updated_at, foo).
# This is issue http://code.google.com/p/maatkit/issues/detail?id=371