summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_group_innodb.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/func_group_innodb.result')
-rw-r--r--mysql-test/main/func_group_innodb.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/func_group_innodb.result b/mysql-test/main/func_group_innodb.result
index 27493ae710b..a2251f2b348 100644
--- a/mysql-test/main/func_group_innodb.result
+++ b/mysql-test/main/func_group_innodb.result
@@ -244,6 +244,6 @@ MIN(c)
0
EXPLAIN SELECT MIN(c) FROM t1 GROUP BY b;
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t1 range NULL b 263 NULL 3 Using index for group-by
+1 SIMPLE t1 range NULL b 263 NULL 2 Using index for group-by
DROP TABLE t1;
End of 5.5 tests