Bug #112060 Typos in MySQL docs
Submitted: 14 Aug 2023 7:43 Modified: 14 Aug 2023 8:14
Reporter: Yongfeng Li Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0, 8.1 OS:Any
Assigned to: CPU Architecture:Any
Tags: documant bug

[14 Aug 2023 7:43] Yongfeng Li
Description:
While reading the MySQL Server Doxygen Documentation (https://dev.mysql.com/doc/dev/mysql-server/latest/), I've found some typos:

# https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_com_stmt_fetch.html

int<1> | status | [0x19]COM_STMT_CLOSE

should be

int<1> | status | [0x1C]COM_STMT_FETCH

How to repeat:
https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_com_stmt_fetch.html
[14 Aug 2023 8:14] MySQL Verification Team
Hello Yongfeng Li,

Thank you for the report and feedback.

regards,
Umesh