PT-2340 - Support MySQL 8.4

- s/slave lag/replica lag/ in tests
- reverted rename of COM_REGISTER_SLAVE to COM_REGISTER_REPLICA, because the constant still named COM_REGISTER_SLAVE in 8.4
- removed some slave leftovers from pt-replica-find
This commit is contained in:
Sveta Smirnova
2024-11-12 02:35:15 +03:00
parent a2102efb86
commit a1093ff12c
9 changed files with 31 additions and 31 deletions

View File

@@ -157,7 +157,7 @@ my $outfile = "/tmp/mk-replica-find-output.txt";
diag(`rm -rf $outfile`);
$output = output(
sub { pt_slave_find::main(@args) },
sub { pt_replica_find::main(@args) },
file => $outfile,
);
@@ -203,7 +203,7 @@ ok(
? "t/pt-replica-find/samples/summary001.txt"
: "t/pt-replica-find/samples/summary001-5.0.txt"), cmd_output => 1, keep_output => 1, update_samples => 1),
"Summary report format",
);
) or diag($result);
# #############################################################################
# Done.