mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -5,7 +5,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;
|
||||
LOCK TABLE t1 WRITE;
|
||||
connection default;
|
||||
SELECT * FROM t1;
|
||||
|
Reference in New Issue
Block a user