mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 02:34:19 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user