This commit is contained in:
兔子 2024-04-07 16:17:17 +08:00
parent 4a84113b83
commit b5d318860e

View File

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