Commit d0e247b2 authored by Sergey Petrunya's avatar Sergey Petrunya

Enable testcase for BUG#49129

parent 77054844
......@@ -26,9 +26,9 @@ a
1
2
3
SET SESSION optimizer_switch = 'semijoin=off';
# This result is correct
SET SESSION optimizer_switch = 'semijoin=off';
SELECT * FROM t0 WHERE t0.a IN
(SELECT t1.a FROM t1, t2 WHERE t2.a=t0.a AND t1.b=t2.b);
a
......
# Disabling all subquery problems
bug49129 : Wrong result with IN-subquery with join_cache_level=6 and firstmatch=off
bug45221 : Query "SELECT pk FROM C WHERE pk IN (SELECT # int_key)" failing
bug45219 : Azalea crash on query containing a JOIN in subquery
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment