mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
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
|