mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Adjusted test results after rebase against 11.0.1
This commit is contained in:
@ -583,8 +583,7 @@ explain delete from t1
|
||||
where exists (select 'X' from t1 a where a.c2 = t1.c2) and c2 >= 3;
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 PRIMARY t1 ALL NULL NULL NULL NULL 8 Using where
|
||||
1 PRIMARY <subquery2> eq_ref distinct_key distinct_key 4 func 1
|
||||
2 MATERIALIZED a ALL NULL NULL NULL NULL 8
|
||||
1 PRIMARY a ALL NULL NULL NULL NULL 8 Using where; FirstMatch(t1)
|
||||
delete from t1
|
||||
where exists (select 'X' from t1 a where a.c2 = t1.c2) and c2 >= 3;
|
||||
select *from t1;
|
||||
@ -600,8 +599,7 @@ where exists (select 'X' from t1 a where a.c2 = t1.c2) and c2 >= 3
|
||||
order by c2;
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 PRIMARY t1 ALL NULL NULL NULL NULL 8 Using where
|
||||
1 PRIMARY <subquery2> eq_ref distinct_key distinct_key 4 func 1
|
||||
2 MATERIALIZED a ALL NULL NULL NULL NULL 8
|
||||
1 PRIMARY a ALL NULL NULL NULL NULL 8 Using where; FirstMatch(t1)
|
||||
delete from t1
|
||||
where exists (select 'X' from t1 a where a.c2 = t1.c2) and c2 >= 3
|
||||
order by c2;
|
||||
|
Reference in New Issue
Block a user