2
# Test the --thread-handler=no-threads option
6
SHOW GLOBAL VARIABLES LIKE 'thread_handling';
9
# Bug #30651 Problems with thread_handling system variable
12
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
13
select @@session.thread_handling;
15
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
16
set GLOBAL thread_handling='one-thread';