Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
DM: fix checkpoints update and flush, refine relay log write and read (
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc authored and amyangfei committed Jan 16, 2019
1 parent 617e956 commit e130de7
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 170 deletions.
1 change: 0 additions & 1 deletion pkg/streamer/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func parseBinlogFile(filename string) (*binlogFile, error) {
// chendahui: I found there will always be only one dot in the mysql binlog name.
parts := strings.Split(filename, baseSeqSeparator)
if len(parts) != 2 {
log.Warnf("[streamer] filename %s not valid", filename)
return nil, ErrInvalidBinlogFilename
}

Expand Down
Loading

0 comments on commit e130de7

Please sign in to comment.