diff options
Diffstat (limited to 'mysql-test/main/pool_of_threads.cnf')
-rw-r--r-- | mysql-test/main/pool_of_threads.cnf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/main/pool_of_threads.cnf b/mysql-test/main/pool_of_threads.cnf new file mode 100644 index 00000000..f6651c87 --- /dev/null +++ b/mysql-test/main/pool_of_threads.cnf @@ -0,0 +1,11 @@ +!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 |