diff options
author | Igor Babaev <igor@askmonty.org> | 2013-08-27 22:19:14 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2013-08-27 22:19:14 -0700 |
commit | 34aa69564d611b11a0df7cce85a9c4f82f1c6b9f (patch) | |
tree | 9fb2768f74118cc7612c51a52ce2fb94fdda38bf /mysql-test/r/subselect_no_scache.result | |
parent | 112411b056ae16c4addcb9dc84ebf1992b719d59 (diff) | |
parent | 650d3266bb788552b9ac8dce6f5fed0cf53f480c (diff) | |
download | mariadb-git-34aa69564d611b11a0df7cce85a9c4f82f1c6b9f.tar.gz |
Merge 5.3->5.5
Diffstat (limited to 'mysql-test/r/subselect_no_scache.result')
-rw-r--r-- | mysql-test/r/subselect_no_scache.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/subselect_no_scache.result b/mysql-test/r/subselect_no_scache.result index 45443eabe71..2b85a66c124 100644 --- a/mysql-test/r/subselect_no_scache.result +++ b/mysql-test/r/subselect_no_scache.result @@ -1325,7 +1325,7 @@ id select_type table type possible_keys key key_len ref rows filtered Extra 1 PRIMARY NULL NULL NULL NULL NULL NULL NULL NULL No tables used 2 SUBQUERY NULL NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables Warnings: -Note 1003 select <in_optimizer>(0,<exists>(select 1 from dual where 0)) AS `0 IN (SELECT 1 FROM t1 a)` +Note 1003 select <in_optimizer>(0,<exists>(select 1 from dual where (0 = 1))) AS `0 IN (SELECT 1 FROM t1 a)` INSERT INTO t1 (pseudo) VALUES ('test1'); SELECT 0 IN (SELECT 1 FROM t1 a); 0 IN (SELECT 1 FROM t1 a) |