mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Address problems uncovered by buildbot
- Update test results - Handle the case where MRR implementation doesn't get any key tuples at all
This commit is contained in:
@@ -425,7 +425,7 @@ explain
|
||||
select * from t0, t1 where t0.a<=>t1.a;
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE t0 ALL NULL NULL NULL NULL 5
|
||||
1 SIMPLE t1 ref a a 5 test.t0.a 1 Using index condition(BKA); Using join buffer
|
||||
1 SIMPLE t1 ref a a 5 test.t0.a 1 Using index condition(BKA); Using join buffer (flat, BKA join)
|
||||
select * from t0, t1 where t0.a<=>t1.a;
|
||||
a a b
|
||||
0 0 0
|
||||
|
||||
Reference in New Issue
Block a user