Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 10.5, 10.6, 10.7, 10.8
-
Fix Version/s: 10.3.37
-
Component/s: Replication, Scripts & Clients
-
Labels:None
Description
The help output for the -verify-binlog-checksum is confusing, it reads
-c, --verify-binlog-checksum
|
Verify checksum binlog events.
|
as if there were extra checksum events in the binlog.
It should rather say
-c, --verify-binlog-checksum
|
Verify binlog event checksums.
|
as the checksum is just a property of the actual binlog events, there are no special checksum events.