mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 20:27:52 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user