2013-07-20 141 views

回答

0

你沒有提到你的平臺。 thread_pool_min_threads在Unix變體中不存在(也在official document中指出)。它是僅限Windows的變量。 如果我列出10.0.3上的線程池相關變量,在Windows上,我得到

 
mysql> show variables like 'thread_po%'; 
+-------------------------+-------+ 
| Variable_name   | Value | 
+-------------------------+-------+ 
| thread_pool_max_threads | 500 | 
| thread_pool_min_threads | 1  | 
+-------------------------+-------+