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

@@ -5609,6 +5609,12 @@ severity: note
The init_slave option is enabled on this server.
=item init_replica
severity: note
The init_replica option is enabled on this server.
=item innodb_additional_mem_pool_size
severity: warn
@@ -5862,6 +5868,16 @@ should probably be set to 60 seconds or less. It is also a good idea to
use pt-heartbeat to ensure that the connection does not appear to time out
when the master is simply idle.
=item replica_net_timeout
severity: warn
This variable is set too high. This is too long to wait before
noticing that the connection to the source has failed and retrying. This
should probably be set to 60 seconds or less. It is also a good idea to
use pt-heartbeat to ensure that the connection does not appear to time out
when the source is simply idle.
=item slave_skip_errors
severity: crit
@@ -5871,6 +5887,15 @@ you need to find and resolve the cause of that; it is likely that your
slave's data is different from the master. You can find out with
pt-table-checksum.
=item replica_skip_errors
severity: crit
You should not set this option. If replication is having errors,
you need to find and resolve the cause of that; it is likely that your
replica's data is different from the source. You can find out with
pt-table-checksum.
=item sort_buffer_size-1
severity: note