mirror of
https://github.com/MariaDB/server.git
synced 2025-12-01 17:39:21 +03:00
Give less memory to get reliable error.
This commit is contained in:
@@ -9,7 +9,7 @@ CREATE TABLE t1 (a INT) ENGINE=MyISAM;
|
||||
LOCK TABLE t1 READ;
|
||||
|
||||
--connect (con1,localhost,root,,test)
|
||||
SET SESSION max_session_mem_used= 65536;
|
||||
SET SESSION max_session_mem_used= 45500;
|
||||
--send
|
||||
LOCK TABLE t1 WRITE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user