1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Amend the previous cset:

Make EXPLAIN better at displaying MRR/BKA:
- Update all .result files
- Extra comments
This commit is contained in:
Sergey Petrunya
2011-04-04 12:32:52 +04:00
parent 997445bc8e
commit d4ce827226
6 changed files with 31 additions and 15 deletions

View File

@ -1219,7 +1219,7 @@ count(*)
623
explain select * from t1 where c between 1 and 2500;
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 range c c 5 NULL # Using index condition; Using MRR
1 SIMPLE t1 range c c 5 NULL # Using index condition; Rowid-ordered scan
update t1 set c=a;
explain select * from t1 where c between 1 and 2500;
id select_type table type possible_keys key key_len ref rows Extra