Commit ede42308 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

disable threadpool threads in sys_var suite, when the suite runs with embedded server

parent 27ef2fda
# uint global
--source include/not_windows.inc
--source include/not_embedded.inc
SET @start_global_value = @@global.thread_pool_idle_timeout;
#
......
# uint global
--source include/not_embedded.inc
SET @start_global_value = @@global.thread_pool_max_threads;
#
......
# uint global
--source include/not_windows.inc
--source include/not_embedded.inc
SET @start_global_value = @@global.thread_pool_size;
#
# exists as global only
#
--replace_column 2 #
--replace_column 1 #
select @@global.thread_pool_size;
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
select @@session.thread_pool_size;
......
# uint global
--source include/not_windows.inc
--source include/not_embedded.inc
SET @start_global_value = @@global.thread_pool_stall_limit;
#
......
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