Bug #18011 | Problem with SELECT statement | ||
---|---|---|---|
Submitted: | 7 Mar 2006 8:22 | Modified: | 7 Mar 2006 23:24 |
Reporter: | Winfried Kaiser | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.18 | OS: | UNIX(?) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[7 Mar 2006 8:22]
Winfried Kaiser
[7 Mar 2006 23:24]
MySQL Verification Team
Thank you for the bug report. The join syntax was changed since version 5.0.12, please read the Manual: http://dev.mysql.com/doc/refman/5.0/en/join.html Note: Beginning with MySQL 5.0.12, natural joins and joins with USING, including outer join variants, are processed according to the SQL:2003 standard. These changes make MySQL more compliant with standard SQL. However, they 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. The following list provides more detail about several effects of the 5.0.12 change in join processing. The term “previously” means “prior to MySQL 5.0.12.”