Bug #21008 Grammar error for new join syntax
Submitted: 12 Jul 2006 17:10 Modified: 13 Jul 2006 8:42
Reporter: Scott Noyes (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.0.12+ OS:
Assigned to: Stefan Hinz CPU Architecture:Any
Tags: documentation

[12 Jul 2006 17:10] Scott Noyes
Description:
Words out of order on JOIN syntax page:

The way **MySQL that** determines the result columns of NATURAL or USING join operations (and thus the result of the entire FROM clause).

How to repeat:
View the section "Join Processing Changes in MySQL 5.0.12" in:
http://dev.mysql.com/doc/refman/5.0/en/join.html
http://dev.mysql.com/doc/refman/5.1/en/join.html

Suggested fix:
Change to:

The way that MySQL determines the result columns of NATURAL or USING join operations (and thus the result of the entire FROM clause).
[12 Jul 2006 17:16] MySQL Verification Team
Thank you for the bug report.
[13 Jul 2006 8:42] Stefan Hinz
Thank you for your bug report, Scott!. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.