master
兔子 9 months ago
parent 690fc4624a
commit 4a84113b83

@ -491,8 +491,10 @@ func parseBinlogWithFilter(r io.Reader, parse *replication.BinlogParser, filter
} }
} }
} }
if !matched {
tx.Txs = txs tx.Txs = txs
if len(txs) == 0 && matched { }
if len(tx.Txs) == 0 && matched {
return true return true
} }
return fn(tx) return fn(tx)

Loading…
Cancel
Save