Bug #31203 | left join returns error only on v5.0.45 but work fine on versions 3.x and 4.x | ||
---|---|---|---|
Submitted: | 26 Sep 2007 10:00 | Modified: | 26 Sep 2007 10:39 |
Reporter: | Kevin Saitta | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Parser | Severity: | S1 (Critical) |
Version: | 5.0.45 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[26 Sep 2007 10:00]
Kevin Saitta
[26 Sep 2007 10:39]
Hartmut Holzgraefe
See http://dev.mysql.com/doc/refman/5.0/en/join.html [...] Join Processing Changes in MySQL 5.0.12 Beginning with MySQL 5.0.12, natural joins and joins with USING, including outer join variants, are processed according to the SQL:2003 standard. The goal was to align the syntax and semantics of MySQL with respect to NATURAL JOIN and JOIN ... USING according to SQL:2003. However, these changes in join processing can result in different output columns for some joins. Also, some queries that appeared to work correctly in older versions must be rewritten to comply with the standard. [...]