mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
fix a big test
This commit is contained in:
@ -934,7 +934,7 @@ EXPLAIN SELECT * FROM t1 WHERE b BETWEEN 1 AND 2 ORDER BY b,a;
|
|||||||
id 1
|
id 1
|
||||||
select_type SIMPLE
|
select_type SIMPLE
|
||||||
table t1
|
table t1
|
||||||
type index
|
type range
|
||||||
possible_keys bkey
|
possible_keys bkey
|
||||||
key bkey
|
key bkey
|
||||||
key_len 5
|
key_len 5
|
||||||
|
Reference in New Issue
Block a user