blob: d719cc22ad438c027904fb8e7c6bf588e368f3b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
!include include/default_my.cnf
[mysqld.1]
loose-thread-handling= pool-of-threads
loose-thread_pool_size= 2
extra-port= @ENV.MASTER_EXTRA_PORT
extra-max-connections=1
[client]
connect-timeout= 2
[ENV]
MASTER_EXTRA_PORT= @OPT.port
|