mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Adjusted results after fix for bug 25971.
This commit is contained in:
@ -1442,7 +1442,7 @@ id select_type table type possible_keys key key_len ref rows Extra
|
|||||||
1 SIMPLE t1 ref c c 11 const # Using where
|
1 SIMPLE t1 ref c c 11 const # Using where
|
||||||
explain select count(*) from t1 where t='a ';
|
explain select count(*) from t1 where t='a ';
|
||||||
id select_type table type possible_keys key key_len ref rows Extra
|
id select_type table type possible_keys key key_len ref rows Extra
|
||||||
1 SIMPLE t1 ref t t 13 NULL # Using where
|
1 SIMPLE t1 ref t t 13 const # Using where
|
||||||
explain select count(*) from t1 where v like 'a%';
|
explain select count(*) from t1 where v like 'a%';
|
||||||
id select_type table type possible_keys key key_len ref rows Extra
|
id select_type table type possible_keys key key_len ref rows Extra
|
||||||
1 SIMPLE t1 range v v 13 NULL # Using where
|
1 SIMPLE t1 range v v 13 NULL # Using where
|
||||||
|
Reference in New Issue
Block a user