175
167
insert into t1 values ("hello"),("hello"),("hello"),("hello"),("hello"),("a"),("b"),("c"),("d"),("e"),("f"),("g"),("h"),("i");
176
168
explain select * from t1 where btn like "i%";
177
169
id select_type table type possible_keys key key_len ref rows Extra