Bug #606 | Problems with Left Joins 3.23.56 -> 4.0.13 | ||
---|---|---|---|
Submitted: | 6 Jun 2003 6:19 | Modified: | 6 Jul 2003 7:36 |
Reporter: | Paul Menheere | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.0.13-Max | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any |
[6 Jun 2003 6:19]
Paul Menheere
[6 Jun 2003 7:02]
Indrek Siitan
Yes, it would be great if you could provide the data. You can upload it to ftp://support.mysql.com/ pub/mysql/secret and let us know of the filename.
[6 Jun 2003 7:36]
Paul Menheere
filename: paulmenheere.sql on ftp://support.mysql.com/pub/mysql/secret/paulmenheere.sql
[12 Jun 2003 0:34]
Paul Menheere
Do I have to do something ? did you find my file ??
[3 Nov 2004 7:45]
Sergei Kulakov
I got a similar bug. Before I report it referring to this one I can say this will work if you change left join betalingen bet on ( deb.FACTUUR = bet.TRANSACTIE AND bet.DATUM <="2003-6-6") into left join betalingen bet on ( deb.FACTUUR = If(bet.DATUM <="2003-6-6", bet.TRANSACTIE, Null)
[3 Nov 2004 7:48]
Sergei Kulakov
Sorry, I didn't notice the HAVING SUM(bet.BEDRAG) NOT LIKE deb.BRUTO which may be the reason here
[14 Feb 2005 22:54]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".