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:
@ -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
|
||||
|
Reference in New Issue
Block a user