mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Correct test file.
This commit is contained in:
@@ -4775,7 +4775,7 @@ DROP TABLE t1;
|
|||||||
create table t1 (a int not null, b char(10) not null);
|
create table t1 (a int not null, b char(10) not null);
|
||||||
insert into t1 values (1, 'a');
|
insert into t1 values (1, 'a');
|
||||||
set @@optimizer_switch='in_to_exists=on,semijoin=off,materialization=off,subquery_cache=off';
|
set @@optimizer_switch='in_to_exists=on,semijoin=off,materialization=off,subquery_cache=off';
|
||||||
select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1))))))))))))))))))))))))))))))));
|
select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1 where a in (select a from t1)))))))))))))))))))))))))))));
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
set optimizer_switch=@subselect_tmp;
|
set optimizer_switch=@subselect_tmp;
|
||||||
|
Reference in New Issue
Block a user