Skip to content

Commit

Permalink
Merge pull request #4570 from xichengliudui/updateannotation
Browse files Browse the repository at this point in the history
Update the function name in the comment
  • Loading branch information
sougou authored Jan 30, 2019
2 parents cf0b053 + c68ed2d commit f563cdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go/mysql/binlog_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ type BinlogEvent interface {

// RBR events.

// IsTableMapEvent returns true if this is a TABLE_MAP_EVENT.
// IsTableMap returns true if this is a TABLE_MAP_EVENT.
IsTableMap() bool
// IsWriteRowsEvent returns true if this is a WRITE_ROWS_EVENT.
// IsWriteRows returns true if this is a WRITE_ROWS_EVENT.
IsWriteRows() bool
// IsUpdateRowsEvent returns true if this is a UPDATE_ROWS_EVENT.
// IsUpdateRows returns true if this is a UPDATE_ROWS_EVENT.
IsUpdateRows() bool
// IsDeleteRowsEvent returns true if this is a DELETE_ROWS_EVENT.
// IsDeleteRows returns true if this is a DELETE_ROWS_EVENT.
IsDeleteRows() bool

// Timestamp returns the timestamp from the event header.
Expand Down

0 comments on commit f563cdb

Please sign in to comment.