Bug #34112 Missprint at http://dev.mysql.com/doc/refman/5.1/en/xml-functions.html
Submitted: 28 Jan 2008 20:29 Modified: 29 Jan 2008 8:14
Reporter: Sveta Smirnova Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.1, 6.0 OS:Any
Assigned to: Stefan Hinz CPU Architecture:Any

[28 Jan 2008 20:29] Sveta Smirnova
Description:
In the example for Weak checking:

mysql> SET @i =1; @j = 2;

should be

mysql> SET @i =1; SET @j = 2;

How to repeat:
See description
[29 Jan 2008 8:14] Stefan Hinz
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.