mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Stabilize main.subselect_sj2* tests
This commit is contained in:
@ -87,6 +87,7 @@ insert into t3 select
|
||||
A.a + 10*B.a, A.a + 10*B.a, A.a + 10*B.a, A.a + 10*B.a
|
||||
from t0 A, t0 B where B.a <5;
|
||||
|
||||
analyze table t3 persistent for all;
|
||||
--replace_column 9 #
|
||||
explain select * from t3 where b in (select a from t0);
|
||||
select * from t3 where b in (select A.a+B.a from t0 A, t0 B where B.a<5);
|
||||
|
Reference in New Issue
Block a user