mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
PT-2340 - Support MySQL 8.4
- Changed replica_parallel_workers in configuration for 8.0 and 8.4 to o, because wiat_for_replicas is buggy for multi-threaded slaves (cherry picked from commit d9b0219d9e
)
- Minor tests diagnostic and cleanup
This commit is contained in:
@@ -40,3 +40,6 @@ binlog_format = STATEMENT
|
||||
#performance-schema-instrument='wait/lock/metadata/sql/mdl=ON'
|
||||
#performance-schema-instrument='transaction=ON'
|
||||
secure-file-priv =
|
||||
|
||||
# wait_for_replica buggy on multi-threaded replica
|
||||
slave-parallel-workers=0
|
||||
|
@@ -40,3 +40,6 @@ binlog_format = STATEMENT
|
||||
#performance-schema-instrument='wait/lock/metadata/sql/mdl=ON'
|
||||
#performance-schema-instrument='transaction=ON'
|
||||
secure-file-priv =
|
||||
|
||||
# wait_for_replica buggy on multi-threaded replica
|
||||
replica-parallel-workers=0
|
||||
|
Reference in New Issue
Block a user