Bug #72120 In MySQL Internals Manual, COM_REGISTER_SLAVE payload[0] should be [15],not [14]
Submitted: 25 Mar 2014 5:38 Modified: 28 Mar 2014 8:32
Reporter: Tac Huang Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Stefan Hinz CPU Architecture:Any
Tags: documentation, mysql internals

[25 Mar 2014 5:38] Tac Huang
Description:
In mysql internals 
http://dev.mysql.com/doc/internals/en/com-register-slave.html, payload "[14] COM_REGISTER_SLAVE" should be "[15] COM_REGISTER_SLAVE"

How to repeat:
http://dev.mysql.com/doc/internals/en/com-register-slave.html
[28 Mar 2014 4:49] MySQL Verification Team
Hello Tac,

Thank you for the report.

Thanks,
Umesh
[28 Mar 2014 8:32] 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.
[28 Mar 2014 14:38] Stefan Hinz
Fixed my initial fix after Jan clarified that the value of 15 is hexadecimal, which is 21 in decimal. So it seems that it's been hex-15 at least since MySQL 5.1, and for any subsequent versions.