bug fix
This commit is contained in:
parent
b5d318860e
commit
6536853c69
3
parse.go
3
parse.go
@ -494,6 +494,9 @@ func parseBinlogWithFilter(r io.Reader, parse *replication.BinlogParser, filter
|
|||||||
if matched {
|
if matched {
|
||||||
tx.Txs = txs
|
tx.Txs = txs
|
||||||
}
|
}
|
||||||
|
if !matched && len(filter.IncludeTables) > 0 {
|
||||||
|
return true
|
||||||
|
}
|
||||||
if len(tx.Txs) == 0 && matched {
|
if len(tx.Txs) == 0 && matched {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user