mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-24117: Memory management problem (in range optimizer)
Adjust the testcase for MariaDB 10.3+ : prevent IN-to-subquery conversion optimization from working.
This commit is contained in:
@ -2102,7 +2102,7 @@ set @tmp_24117= @@max_session_mem_used;
|
||||
|
||||
set max_session_mem_used=64*1024*1024;
|
||||
|
||||
set @query=concat('explain select * from t2 where a in (', @query, ')');
|
||||
set @query=concat('explain select * from t2 where a=1 or a in (', @query, ')');
|
||||
|
||||
prepare s from @query;
|
||||
|
||||
|
Reference in New Issue
Block a user