mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Made join_cache_level == 2 by default.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
drop table if exists t0, t1, t2, t3, t4, t5, t11, t12, t21, t22;
|
||||
set @subselect3_tmp= @@optimizer_switch;
|
||||
set optimizer_switch='semijoin=on,firstmatch=on,loosescan=on,semijoin_with_cache=on';
|
||||
set join_cache_level=1;
|
||||
create table t1 (oref int, grp int, ie int) ;
|
||||
insert into t1 (oref, grp, ie) values
|
||||
(1, 1, 1),
|
||||
|
Reference in New Issue
Block a user