Commit 50e6ae19 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix result file

parent ede42308
SET @start_global_value = @@global.thread_pool_size;
select @@global.thread_pool_size;
@@global.thread_pool_size
1
#
select @@session.thread_pool_size;
ERROR HY000: Variable 'thread_pool_size' is a GLOBAL variable
show global variables like 'thread_pool_size';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment