Bug #51540 Error in reference manual, version 5.5, chapter 19.9
Submitted: 26 Feb 2010 8:34 Modified: 2 Mar 2010 17:15
Reporter: Horst Hunger Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.5.99-m3-debug OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[26 Feb 2010 8:34] Horst Hunger
Description:
the text

SELECT * FROM INFORMATION_SCHEMA.CHARACTER_SETS
  [WHERE name LIKE 'wild']

must be

SELECT * FROM INFORMATION_SCHEMA.CHARACTER_SETS
  [WHERE character_set_name LIKE 'wild']

How to repeat:
read manual

Suggested fix:
see above
[26 Feb 2010 8:47] Valeriy Kravchuk
Thank you for the bug report. Indeed, http://dev.mysql.com/doc/refman/5.5/en/character-sets-table.html should be fixed.
[2 Mar 2010 17:15] 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.