Bug #26239 Typo in "Join Processing Changes in MySQL 5.0.12" section.
Submitted: 9 Feb 2007 21:41 Modified: 9 Feb 2007 21:47
Reporter: Cole Snodgrass Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.0 OS:
Assigned to: CPU Architecture:Any

[9 Feb 2007 21:41] Cole Snodgrass
Description:
"13.2.7.1 JOIN Syntax" section "Join Processing Changes in MySQL 5.0.12"

In the following sentence:
"That is, fro two t1.a and t2.a the resulting single join column a is defined as a = COALESCE(t1.a, t2.a)..."

Note the third word "fro".

How to repeat:
On the page: "http://dev.mysql.com/doc/refman/5.0/en/join.html" 
In the section: "Join Processing Changes in MySQL 5.0.12"
search for the following sentence: "That is, fro two"

Suggested fix:
Change
"That is, fro two t1.a and t2.a the resulting single join column a is defined as a = COALESCE(t1.a, t2.a)..."

To
"That is, for the two columns t1.a and t2.a the resulting single join column a is defined as a = COALESCE(t1.a, t2.a)..."
[9 Feb 2007 21:47] Paul DuBois
Thank you for your bug report. 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.