Resume from checkpoint #974
Annotations
7 errors
|
lint
issues found
|
|
lint:
go/logic/migrator_test.go#L116
cannot use &binlog.BinlogDMLEvent{…} (value of type *binlog.BinlogDMLEvent) as *binlog.BinlogEntry value in argument to migrator.onChangelogEvent (typecheck)
|
|
lint:
go/logic/migrator_test.go#L102
cannot use &binlog.BinlogDMLEvent{…} (value of type *binlog.BinlogDMLEvent) as *binlog.BinlogEntry value in argument to migrator.onChangelogEvent
|
|
lint:
go/logic/migrator_test.go#L88
cannot use &binlog.BinlogDMLEvent{…} (value of type *binlog.BinlogDMLEvent) as *binlog.BinlogEntry value in argument to migrator.onChangelogEvent
|
|
lint:
go/logic/migrator_test.go#L69
cannot use &binlog.BinlogDMLEvent{…} (value of type *binlog.BinlogDMLEvent) as *binlog.BinlogEntry value in argument to migrator.onChangelogEvent
|
|
lint:
go/logic/migrator_test.go#L46
cannot use &binlog.BinlogDMLEvent{…} (value of type *binlog.BinlogDMLEvent) as *binlog.BinlogEntry value in argument to migrator.onChangelogEvent
|
|
lint:
go/logic/applier_test.go#L694
undefined: ErrNoCheckpointFound
|