This commit is contained in:
兔子 2023-07-03 17:36:00 +08:00
parent 58c0291b7a
commit b1b0733e53

View File

@ -583,6 +583,7 @@ func parseBinlogWithFilter(r io.Reader, parse *replication.BinlogParser, filter
currentGtid = ev.Data
if inGtid != nil {
if c, _ := inGtid.Contain(ev.Data); !c {
tx = Transaction{}
currentGtid = ""
skipTillNext = true
continue