summaryrefslogtreecommitdiff
path: root/mysql-test/r/subselect_no_scache.result
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2013-08-27 22:19:14 -0700
committerIgor Babaev <igor@askmonty.org>2013-08-27 22:19:14 -0700
commit34aa69564d611b11a0df7cce85a9c4f82f1c6b9f (patch)
tree9fb2768f74118cc7612c51a52ce2fb94fdda38bf /mysql-test/r/subselect_no_scache.result
parent112411b056ae16c4addcb9dc84ebf1992b719d59 (diff)
parent650d3266bb788552b9ac8dce6f5fed0cf53f480c (diff)
downloadmariadb-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.result2
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)