mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
14 lines
279 B
INI
14 lines
279 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
|
|
|
|
[client]
|
|
connect-timeout= 2
|
|
|
|
[ENV]
|
|
MASTER_EXTRA_PORT= @OPT.port
|