Loading mysql-test/r/mix2_myisam.result +1 −1 Original line number Diff line number Diff line Loading @@ -1532,7 +1532,7 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 ref c c 11 const # Using where; Using index explain select count(*) from t1 where t='a '; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 range 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%'; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 range v v 13 NULL # Using where; Using index Loading mysql-test/r/update.result +1 −1 Original line number Diff line number Diff line Loading @@ -432,7 +432,7 @@ Handler_read_key 3 Handler_read_next 0 Handler_read_prev 0 Handler_read_rnd 0 Handler_read_rnd_next 21 Handler_read_rnd_next 0 DROP TABLE t1; CREATE TABLE t1 ( a INT(11), Loading Loading
mysql-test/r/mix2_myisam.result +1 −1 Original line number Diff line number Diff line Loading @@ -1532,7 +1532,7 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 ref c c 11 const # Using where; Using index explain select count(*) from t1 where t='a '; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 range 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%'; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 range v v 13 NULL # Using where; Using index Loading
mysql-test/r/update.result +1 −1 Original line number Diff line number Diff line Loading @@ -432,7 +432,7 @@ Handler_read_key 3 Handler_read_next 0 Handler_read_prev 0 Handler_read_rnd 0 Handler_read_rnd_next 21 Handler_read_rnd_next 0 DROP TABLE t1; CREATE TABLE t1 ( a INT(11), Loading