Bug #70206 internal doc error
Submitted: 31 Aug 2013 5:24 Modified: 9 Sep 2013 13:10
Reporter: jiang xiaobing Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[31 Aug 2013 5:24] jiang xiaobing
Description:
http://dev.mysql.com/doc/internals/en/sending-more-than-16mbyte.html

Sending a payload of 16 777 215 (2^16-1) bytes looks like

should be:

Sending a payload of 16 777 215 (2^24-1) bytes looks like

How to repeat:
read the manual

Suggested fix:

fix:

Sending a payload of 16 777 215 (2^24-1) bytes looks like
[31 Aug 2013 12:20] Sveta Smirnova
Thank you for the report.

Verified as described.
[9 Sep 2013 13:10] 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.