mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Bug #30651 Problems with thread_handling system variable
Changed thread_handling variable to a global only, read only variable, as it is currently used.
This commit is contained in:
parent
ede6f50a6a
commit
2db4748bf2
4 changed files with 40 additions and 1 deletions
|
|
@ -7,3 +7,7 @@ select 1+2;
|
|||
SHOW GLOBAL VARIABLES LIKE 'thread_handling';
|
||||
Variable_name Value
|
||||
thread_handling no-threads
|
||||
select @@session.thread_handling;
|
||||
ERROR HY000: Variable 'thread_handling' is a GLOBAL variable
|
||||
set GLOBAL thread_handling='one-thread';
|
||||
ERROR HY000: Variable 'thread_handling' is a read only variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue