Skip to content

Commit

Permalink
clear sequence
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Jan 22, 2025
1 parent c1fc1cd commit 5158778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/mysql/replication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ func TestComBinlogDumpGTID(t *testing.T) {
assert.True(t, pos.IsZero())
})

sConn.sequence = 0

t.Run("WriteComBinlogDumpGTID", func(t *testing.T) {
// Write ComBinlogDumpGTID packet, read it, compare.
var flags uint16 = 0x0d0e
Expand Down

0 comments on commit 5158778

Please sign in to comment.