diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-06 11:56:48 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-06 11:56:48 +0300 |
commit | 52b1bfe4050e163d844df1c10c648b33d25e28c5 (patch) | |
tree | eb2d1324319886b82e2838e7144d856c95683bbd /mysql-test/r/subselect.result | |
parent | eed607b829e68694ee996092c337ed13846e78ec (diff) | |
parent | f6868a4eb42f39a5f4e8179b91fe38f0ff299ebe (diff) | |
download | mariadb-git-52b1bfe4050e163d844df1c10c648b33d25e28c5.tar.gz |
Manual merge from mysql-trunk-merge.
Fix partition_column.test.
Diffstat (limited to 'mysql-test/r/subselect.result')
-rw-r--r-- | mysql-test/r/subselect.result | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/r/subselect.result b/mysql-test/r/subselect.result index fc0a933b732..e8e8e1f78fb 100644 --- a/mysql-test/r/subselect.result +++ b/mysql-test/r/subselect.result @@ -4403,8 +4403,7 @@ FROM t1 WHERE a = 230; id select_type table type possible_keys key key_len ref rows Extra 1 PRIMARY NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables -2 DEPENDENT SUBQUERY st1 index NULL a 5 NULL 2 Using index -2 DEPENDENT SUBQUERY st2 index b b 5 NULL 2 Using where; Using index; Using join buffer +2 DEPENDENT SUBQUERY NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables SELECT MAX(b), (SELECT COUNT(*) FROM st1,st2 WHERE st2.b <= t1.b) FROM t1 WHERE a = 230; |