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

@@ -274,7 +274,7 @@ sub distill_verbs {
$query = $self->strip_comments($query);
# SHOW statements are either 2 or 3 words: SHOW A (B), where A and B
# are words; B is optional. E.g. "SHOW TABLES" or "SHOW SLAVE STATUS".
# are words; B is optional. E.g. "SHOW TABLES" or "SHOW REPLICA STATUS".
# There's a few common keywords that may show up in place of A, so we
# remove them first. Then there's some keywords that signify extra clauses
# that may show up in place of B and since these clauses are at the