From 2f294dbcd8fff29921fd5f4a1d5b57e3ecd808b9 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 11 Oct 2014 10:18:55 +0200 Subject: [PATCH] fix a big test --- mysql-test/suite/innodb/r/innodb_mysql.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/innodb/r/innodb_mysql.result b/mysql-test/suite/innodb/r/innodb_mysql.result index b7fb733b9fd..fc18c158fba 100644 --- a/mysql-test/suite/innodb/r/innodb_mysql.result +++ b/mysql-test/suite/innodb/r/innodb_mysql.result @@ -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