mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
11 lines
248 B
INI
11 lines
248 B
INI
!include include/default_my.cnf
|
|
|
|
[mysqld.1]
|
|
loose-thread-handling= pool-of-threads
|
|
loose-thread_pool_size= 2
|
|
loose-thread_pool_max_threads= 2
|
|
extra-port= @ENV.MASTER_EXTRA_PORT
|
|
extra-max-connections=1
|
|
|
|
[ENV]
|
|
MASTER_EXTRA_PORT= @OPT.port
|