There was an error while loading. Please reload this page.
1 parent ead11ca commit af2878fCopy full SHA for af2878f
replication/parser.go
@@ -60,8 +60,6 @@ func (p *BinlogParser) ParseFile(name string, offset int64, onEvent OnEventFunc)
60
}
61
62
func (p *BinlogParser) ParseReader(r io.Reader, onEvent OnEventFunc) error {
63
-p.Reset()
64
-
65
var err error
66
var n int64
67
0 commit comments