mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
fix a big test
This commit is contained in:
parent
5ca5f92a1d
commit
2f294dbcd8
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ EXPLAIN SELECT * FROM t1 WHERE b BETWEEN 1 AND 2 ORDER BY b,a;
|
|||
id 1
|
||||
select_type SIMPLE
|
||||
table t1
|
||||
type index
|
||||
type range
|
||||
possible_keys bkey
|
||||
key bkey
|
||||
key_len 5
|
||||
|
|
Loading…
Add table
Reference in a new issue