diff options
author | mhansson@dl145s.mysql.com <> | 2007-09-28 12:30:55 +0200 |
---|---|---|
committer | mhansson@dl145s.mysql.com <> | 2007-09-28 12:30:55 +0200 |
commit | 44178403c1130445c6f497b8c595ce1eb7b76f6b (patch) | |
tree | 377d08a5f5124593c959f8afa17746e87eafb044 /mysql-test/r/group_by.result | |
parent | d18df32bc74112d4649a2d8023fa26a636aca43c (diff) | |
download | mariadb-git-44178403c1130445c6f497b8c595ce1eb7b76f6b.tar.gz |
Bug#30665: Post-merge fix
Diffstat (limited to 'mysql-test/r/group_by.result')
-rw-r--r-- | mysql-test/r/group_by.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/group_by.result b/mysql-test/r/group_by.result index 0b38cc2290e..7498267c91d 100644 --- a/mysql-test/r/group_by.result +++ b/mysql-test/r/group_by.result @@ -1093,7 +1093,7 @@ id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 ALL NULL NULL NULL NULL 144 EXPLAIN SELECT a FROM t1 IGNORE INDEX FOR GROUP BY (PRIMARY,i2) GROUP BY a; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index NULL PRIMARY 4 NULL 144 Using index; Using filesort +1 SIMPLE t1 index NULL PRIMARY 4 NULL 144 Using index EXPLAIN SELECT a FROM t1 IGNORE INDEX FOR ORDER BY (PRIMARY,i2) ORDER BY a; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 index NULL PRIMARY 4 NULL 144 Using index |