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