Bug #118281 Contribution: Fix incorrect byte size in mlog read_1_bytes comment
Submitted: 27 May 15:24 Modified: 29 Sep 15:16
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:9.3.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[27 May 15:24] OCA Admin
Description:
This bug tracks a contribution by jeong geun lee (Github user: lee-jeong-geun), as described in http://github.com/mysql/mysql-server/pull/608

How to repeat:
See description

Suggested fix:
See contribution code attached
[27 May 15:24] OCA Admin
Contribution submitted via Github - Fix incorrect byte size in mlog read_1_bytes comment 
(*) Contribution by jeong geun lee (Github lee-jeong-geun, mysql-server/pull/608#issuecomment-2907690563): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_2479363409.txt (text/plain), 978 bytes.

[28 May 4:41] MySQL Verification Team
Hello jeong geun lee,

Thank you for the report and contribution.

regards,
Umesh
[29 Sep 15:16] Edward Gilmore
Posted by developer:
 
Added the following note to the MySQL Server 8.0.44, 8.4.7, and 9.5.0 release notes:
	
The mlog read_1_bytes comment now accurately reflects a byte size of 1 byte, rather than 2 bytes.
Our thanks to Jeong Geun Lee for the contribution.