mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
6 lines
120 B
Text
6 lines
120 B
Text
#
|
|
# Test the --thread-handler=no-threads option
|
|
#
|
|
select 1+1;
|
|
select 1+2;
|
|
SHOW GLOBAL VARIABLES LIKE 'thread_handling';
|