Skip to content

Commit 26d21e8

Browse files
committed
Less checks
1 parent de2ec58 commit 26d21e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

replication/event.go

-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ func (e *PreviousGTIDsEvent) Decode(data []byte) error {
238238
if len(data) == 8 {
239239
return nil
240240
}
241-
return fmt.Errorf("uuidCount %d doesn't match data length %d", uuidCount, len(data))
242241
}
243242

244243
previousGTIDSets := make([]string, uuidCount)

0 commit comments

Comments
 (0)