Skip to content

Commit 1f13336

Browse files
authored
Make SyncedTimestamp goroutine-safe (#835)
1 parent 6a4e903 commit 1f13336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canal/canal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ func (c *Canal) SyncedPosition() mysql.Position {
535535
}
536536

537537
func (c *Canal) SyncedTimestamp() uint32 {
538-
return c.master.timestamp
538+
return c.master.Timestamp()
539539
}
540540

541541
func (c *Canal) SyncedGTIDSet() mysql.GTIDSet {

0 commit comments

Comments
 (0)