mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge with 4.0
This commit is contained in:
@@ -62,7 +62,7 @@ insert into t1 (b) values ("hello"),("my"),("world");
|
||||
create table t2 (key (b)) select * from t1;
|
||||
explain select * from t2 where b="world";
|
||||
id select_type table type possible_keys key key_len ref rows Extra
|
||||
1 SIMPLE t2 ref B B 21 const 1 where used
|
||||
1 SIMPLE t2 ref B B 21 const 1 Using where
|
||||
select * from t2 where b="world";
|
||||
a B
|
||||
3 world
|
||||
|
||||
Reference in New Issue
Block a user