mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
#
|
|
# Test the --thread-handler=no-threads option
|
|
#
|
|
select 1+1;
|
|
select 1+2;
|
|
SHOW GLOBAL VARIABLES LIKE 'thread_handling';
|