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

@@ -1004,7 +1004,7 @@ my $output = '';
},
);
},
qr/Slave did not catch up to its source after 2 attempts of waiting 60/,
qr/Replica did not catch up to its source after 2 attempts of waiting 60/,
"Retries wait"
);
}