[MDEV-29183] confusing mysqlbinlog help message on --verify-binlog-checksum Created: 2022-07-27 Updated: 2022-10-11 Resolved: 2022-10-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication, Scripts & Clients |
| Affects Version/s: | 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.3.37 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Hartmut Holzgraefe | Assignee: | Andrew Hutchings |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The
as if there were extra checksum events in the binlog. It should rather say
as the checksum is just a property of the actual binlog events, there are no special checksum events. |
| Comments |
| Comment by Otto Kekäläinen [ 2022-08-30 ] |
|
A fix for this was submitted in https://github.com/MariaDB/server/pull/2245 |