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