mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added support for hex strings to mysqlimport
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
This commit is contained in:
15
mysql-test/r/explain.result
Normal file
15
mysql-test/r/explain.result
Normal file
@ -0,0 +1,15 @@
|
||||
id str
|
||||
1 NULL
|
||||
2 NULL
|
||||
id str
|
||||
3 foo
|
||||
table type possible_keys key key_len ref rows Extra
|
||||
t1 ref str str 11 const 1 where used
|
||||
table type possible_keys key key_len ref rows Extra
|
||||
t1 const str str 11 const 1
|
||||
table type possible_keys key key_len ref rows Extra
|
||||
t1 ALL str NULL NULL NULL 4 where used
|
||||
table type possible_keys key key_len ref rows Extra
|
||||
t1 const str str 11 const 1
|
||||
Comment
|
||||
No tables used
|
Reference in New Issue
Block a user