We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9accafb commit de2ec58Copy full SHA for de2ec58
replication/event.go
@@ -238,7 +238,7 @@ func (e *PreviousGTIDsEvent) Decode(data []byte) error {
238
if len(data) == 8 {
239
return nil
240
}
241
- fmt.Errorf("uuidCount %d doesn't match data length %d", uuidCount, len(data))
+ return fmt.Errorf("uuidCount %d doesn't match data length %d", uuidCount, len(data))
242
243
244
previousGTIDSets := make([]string, uuidCount)
0 commit comments