We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f6d819 + c256d21 commit b78bceeCopy full SHA for b78bcee
canal/handler.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
type EventHandler interface {
9
- OnRotate(roateEvent *replication.RotateEvent) error
+ OnRotate(rotateEvent *replication.RotateEvent) error
10
// OnTableChanged is called when the table is created, altered, renamed or dropped.
11
// You need to clear the associated data like cache with the table.
12
// It will be called before OnDDL.
0 commit comments