Details
Description
When exceeding max_session_mem_used the error message gives wrong option name max_thread_mem_used instead of max_session_mem_used:
MariaDB [test]> SET SESSION max_session_mem_used = 8192;
|
Query OK, 0 rows affected (0.000 sec)
|
|
MariaDB [test]> select * FROM information_schema.processlist;
|
ERROR 1290 (HY000): The MariaDB server is running with the --max-thread-mem-used=8192 option so it cannot execute this statement
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 10.2.10 [ 22615 ] | |
Affects Version/s | 10.1.21 [ 22113 ] |
Fix Version/s | 10.2 [ 14601 ] |
Assignee | Daniel Black [ danblack ] |
Component/s | Server [ 13907 ] | |
Fix Version/s | 10.2.44 [ 27514 ] | |
Fix Version/s | 10.3.35 [ 27512 ] | |
Fix Version/s | 10.4.25 [ 27510 ] | |
Fix Version/s | 10.5.16 [ 27508 ] | |
Fix Version/s | 10.6.8 [ 27506 ] | |
Fix Version/s | 10.7.4 [ 27504 ] | |
Fix Version/s | 10.8.3 [ 27502 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Thanks haidong for the fix.
Thanks hholzgra for the bug report.