summaryrefslogtreecommitdiff
path: root/mysql-test/r/type_bit_innodb.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/type_bit_innodb.result')
-rw-r--r--mysql-test/r/type_bit_innodb.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/type_bit_innodb.result b/mysql-test/r/type_bit_innodb.result
index 071b1c3b97b..a6507ca8351 100644
--- a/mysql-test/r/type_bit_innodb.result
+++ b/mysql-test/r/type_bit_innodb.result
@@ -233,7 +233,7 @@ a+0 b+0
127 403
explain select a+0, b+0 from t1 where a > 40 and b > 200 order by 1;
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t1 range a a 2 NULL 19 Using where; Using index; Using filesort
+1 SIMPLE t1 range a a 2 NULL 27 Using where; Using index; Using filesort
select a+0, b+0 from t1 where a > 40 and b > 200 order by 1;
a+0 b+0
44 307