[MDEV-4962] Wrong result (missing rows) on LEFT JOINs and <non-nullable datetime field> IS NULL Created: 2013-08-29 Updated: 2018-01-10 Resolved: 2013-08-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.4, 5.5.32 |
| Fix Version/s: | 10.0.5, 5.5.33, 5.3.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Expected result:
Actual result:
On 5.3, the problem appeared with the revision below; but on 5.5 it had apparently existed long before that, and still does.
MariaDB 5.2, MySQL 5.1, MySQL 5.6 return 2 rows. |
| Comments |
| Comment by Igor Babaev [ 2013-08-29 ] |
|
Elena, |
| Comment by Elena Stepanova [ 2013-08-29 ] |
|
You are right, typo. I updated the description to remove MySQL 5.5 from the list of the good ones. It was meant to be MySQL 5.1, MySQL 5.6, MySQL 5.7. |
| Comment by Igor Babaev [ 2013-08-29 ] |
|
The fix was pushed into the 5.3 tree and merged into the 5.5 tree. |