mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
8c3048e9da
mysql-test/r/no-threads.result: Test that we are in the 'no-threads' thread_handling mode. mysql-test/t/no-threads.test: Test that we are in the 'no-threads' thread_handling mode. sql/mysqld.cc: Changes to make global_system_variables.thread_handling be zero based, instead of 1 based. sql/scheduler.h: Changed the enum to start at 0, to match the array elements in thread_handling_names in mysqld.cc
9 lines
129 B
Text
9 lines
129 B
Text
select 1+1;
|
|
1+1
|
|
2
|
|
select 1+2;
|
|
1+2
|
|
3
|
|
SHOW GLOBAL VARIABLES LIKE 'thread_handling';
|
|
Variable_name Value
|
|
thread_handling no-threads
|