Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
d0e247b2
Commit
d0e247b2
authored
Jan 17, 2011
by
Sergey Petrunya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable testcase for BUG#49129
parent
77054844
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
mysql-test/suite/optimizer_unfixed_bugs/r/bug49129.result
mysql-test/suite/optimizer_unfixed_bugs/r/bug49129.result
+1
-1
mysql-test/suite/optimizer_unfixed_bugs/t/disabled.def
mysql-test/suite/optimizer_unfixed_bugs/t/disabled.def
+0
-1
No files found.
mysql-test/suite/optimizer_unfixed_bugs/r/bug49129.result
View file @
d0e247b2
...
...
@@ -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
...
...
mysql-test/suite/optimizer_unfixed_bugs/t/disabled.def
View file @
d0e247b2
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment