bug fix
This commit is contained in:
parent
6eecb93b9c
commit
1ed514f350
2
parse.go
2
parse.go
@ -447,7 +447,7 @@ func parseBinlogWithFilter(r io.Reader, parse *replication.BinlogParser, filter
|
|||||||
if filter.SmallThan != 0 && filter.SmallThan < tx.Size {
|
if filter.SmallThan != 0 && filter.SmallThan < tx.Size {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
if tx.validSchemaCount == 0 {
|
if !filter.OnlyShowGtid && tx.validSchemaCount == 0 {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return fn(tx)
|
return fn(tx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user