diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2012-08-28 16:03:22 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2012-08-28 16:03:22 +0400 |
commit | b6eccf51c05105fb56275b1fa2055c4a14fe7459 (patch) | |
tree | 316d26c1997a296a6269ded1731a5cb6b00973d7 /mysql-test/r/key.result | |
parent | 97bd8d89098897ffc33a063c8ab8a31ee5ef412e (diff) | |
download | mariadb-git-b6eccf51c05105fb56275b1fa2055c4a14fe7459.tar.gz |
Update test results (checked)
Diffstat (limited to 'mysql-test/r/key.result')
-rw-r--r-- | mysql-test/r/key.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/key.result b/mysql-test/r/key.result index e215caadb1c..e63afeab126 100644 --- a/mysql-test/r/key.result +++ b/mysql-test/r/key.result @@ -599,7 +599,7 @@ EXPLAIN SELECT 1 FROM t1 AS t1_outer WHERE (SELECT max(b) FROM t1 GROUP BY a HAVING a < 2) > 12; id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY NULL NULL NULL NULL NULL NULL NULL Impossible WHERE -2 SUBQUERY t1 index NULL a 10 NULL 15 Using index +2 SUBQUERY t1 range NULL a 5 NULL 8 Using index for group-by SELECT 1 as RES FROM t1 AS t1_outer WHERE (SELECT max(b) FROM t1 GROUP BY a HAVING a < 2) > 12; RES |