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 19d01d1 commit ea2270aCopy full SHA for ea2270a
replication/event.go
@@ -268,7 +268,7 @@ func (e *PreviousGTIDsEvent) Decode(data []byte) error {
268
269
previousGTIDSets := make([]string, uuidCount)
270
currentSetnr := 0
271
- for _ = range previousGTIDSets {
+ for range previousGTIDSets {
272
uuid := e.decodeUuid(data[pos : pos+16])
273
pos += 16
274
isTag := false
0 commit comments