Bug #102191 | Parsing incorrectly extra row info of binlog | ||
---|---|---|---|
Submitted: | 8 Jan 2021 6:26 | Modified: | 2 Jun 2021 9:47 |
Reporter: | Zhang JiYang | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 8.0.22 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | binlog mysqlbinlog partition |
[8 Jan 2021 6:26]
Zhang JiYang
[8 Jan 2021 7:25]
MySQL Verification Team
Hello zanye zjy, Thank you for the report and test case. regards, Umesh
[2 Jun 2021 9:47]
Margaret Fisher
Posted by developer: Changelog entry added for MySQL 8.0.26: After a DML operation was performed on the last partition of a table with more than 128 partitions, MySQL Server and MySQL clients (such as mysqlbinlog) parsed the event information from the binary log incorrectly, resulting in an inaccurate partition ID being stated. The information is now read using an event reader function that is endianness independent.