PT-2340 - Support MySQL 8.4

- Updated modules and tests for pt-table-sync, pt-table-usage, pt-upgrade, pt-variable-advisor
This commit is contained in:
Sveta Smirnova
2024-08-03 17:03:48 +03:00
parent 56599f01ad
commit a38bee6d60
69 changed files with 1442 additions and 1304 deletions

View File

@@ -45,7 +45,7 @@ EOF
# Issue 391: Add --pid option to mk-table-sync
# #############################################################################
`touch /tmp/mk-table-sync.pid`;
$output = `$trunk/bin/pt-table-sync h=127.1,P=12346,u=msandbox,p=msandbox --sync-to-master --print --no-check-triggers --pid /tmp/mk-table-sync.pid 2>&1`;
$output = `$trunk/bin/pt-table-sync h=127.1,P=12346,u=msandbox,p=msandbox --sync-to-source --print --no-check-triggers --pid /tmp/mk-table-sync.pid 2>&1`;
like(
$output,
qr{PID file /tmp/mk-table-sync.pid exists},