We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29c29f commit 7dbc07bCopy full SHA for 7dbc07b
replication/transaction_payload_event.go
@@ -70,7 +70,7 @@ func (e *TransactionPayloadEvent) Dump(w io.Writer) {
70
payloadUncompressed, _ := decoder.DecodeAll(e.Payload, nil)
71
fmt.Fprintf(w, "Decompressed: \n%s", hex.Dump(payloadUncompressed))
72
73
- // The uncompressed data needs to be split up into individual events for Parsse()
+ // The uncompressed data needs to be split up into individual events for Parse()
74
// to work on them. We can't use a NewBinlogParser() as we need the initialization
75
// from the FormatDescriptionEvent. And we need to disable the binlog checksum
76
// algorithm as otherwise the XidEvent's get truncated and fail to parse.
0 commit comments