bug fix
This commit is contained in:
parent
58c0291b7a
commit
b1b0733e53
1
parse.go
1
parse.go
@ -583,6 +583,7 @@ func parseBinlogWithFilter(r io.Reader, parse *replication.BinlogParser, filter
|
|||||||
currentGtid = ev.Data
|
currentGtid = ev.Data
|
||||||
if inGtid != nil {
|
if inGtid != nil {
|
||||||
if c, _ := inGtid.Contain(ev.Data); !c {
|
if c, _ := inGtid.Contain(ev.Data); !c {
|
||||||
|
tx = Transaction{}
|
||||||
currentGtid = ""
|
currentGtid = ""
|
||||||
skipTillNext = true
|
skipTillNext = true
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user