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
|