PT-2340 - Support MySQL 8.4

- Fixed typos
This commit is contained in:
Sveta Smirnova
2024-10-06 22:55:48 +03:00
parent ec677f4979
commit aab0b0cd22
3 changed files with 4 additions and 4 deletions

View File

@@ -6131,7 +6131,7 @@ Possible methods are:
hosts SHOW REPLICAS (SHOW SLAVE HOSTS before MySQL 8.1)
none Do not find replicas
The processlist method is preferred because SHOW REPLCIAS is not reliable.
The processlist method is preferred because SHOW REPLICAS is not reliable.
However, the hosts method is required if the server uses a non-standard
port (not 3306). Usually pt-replica-restart does the right thing and finds
the replicas, but you may give a preferred method and it will be used first.