mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
Delay spawning parallel replication worker threads until a slave SQL thread is running, and de-spawn them when the last SQL thread stops. This is especially useful to avoid needless threads on a master in a setup where same my.cnf is used on masters and slaves.
6 lines
117 B
INI
6 lines
117 B
INI
# Use default setting for mysqld processes
|
|
!include include/default_mysqld.cnf
|
|
|
|
[mysqld.1]
|
|
slave_parallel_threads=20
|