master
兔子 4 weeks ago
parent b5d318860e
commit 6536853c69

@ -494,6 +494,9 @@ func parseBinlogWithFilter(r io.Reader, parse *replication.BinlogParser, filter
if matched {
tx.Txs = txs
}
if !matched && len(filter.IncludeTables) > 0 {
return true
}
if len(tx.Txs) == 0 && matched {
return true
}

Loading…
Cancel
Save