Bug #9938 | VIEW, OUTER JOIN, EXPLICIT COALESCE, wrong result | ||
---|---|---|---|
Submitted: | 15 Apr 2005 17:44 | Modified: | 23 May 2005 2:01 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S2 (Serious) |
Version: | 5.0 | OS: | |
Assigned to: | Igor Babaev | CPU Architecture: | Any |
[15 Apr 2005 17:44]
Matthias Leich
[15 Apr 2005 17:45]
Matthias Leich
test case with variations of the problem + comments
Attachment: ml96.test (application/test, text), 3.82 KiB.
[21 May 2005 15:45]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/25159
[21 May 2005 15:49]
Igor Babaev
The not_null_tables method for class Item_ref was missing. ChangeSet 1.1897 05/05/21 08:44:50 igor@rurik.mysql.com +3 -0 join_outer.test, join_outer.result: Added test cases for bug #9938. item.h: Fixed bug #9938: missing method not_null_tables for Item_ref. Fix will appear in release 5.0.7.
[23 May 2005 2:01]
Paul DuBois
Noted in 5.0.7 changelog.