PT-2340 - Support MySQL 8.4

- Removed lib/Percona/Test.pm, lib/Safeguards.pm, t/lib/Safeguards.t, because they are not used anymore
- Removed word "slave" from lib
This commit is contained in:
Sveta Smirnova
2024-07-25 23:37:22 +03:00
parent b9a5231c9b
commit 8cbb5a0c8f
24 changed files with 576 additions and 1443 deletions

View File

@@ -54,7 +54,7 @@ our @EXPORT = qw(
parse_file
wait_until
wait_for
wait_until_slave_running
wait_until_replica_running
test_log_parser
test_protocol_parser
test_packet_parser
@@ -774,7 +774,7 @@ sub get_source_binlog_pos {
return $ms->{position};
}
sub get_slave_pos_relative_to_source {
sub get_replica_pos_relative_to_source {
my ($dbh) = @_;
my $vp = VersionParser->new($dbh);