summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/thread_pool_size_high.result
blob: f581ae8e315541768cfb5c4c8357cdc64e19bb26 (plain)
1
2
3
4
5
6
7
8
9
10
11
SELECT @@global.thread_pool_size;
@@global.thread_pool_size
200
SET @@global.thread_pool_size=150;
SET @@global.thread_pool_size=200;
SET @@global.thread_pool_size=201;
Warnings:
Warning	1292	Truncated incorrect thread_pool_size value: '201'
SELECT @@global.thread_pool_size;
@@global.thread_pool_size
200