MCPcopy Create free account
hub / github.com/actiontech/dtle / onMeetTarget

Method onMeetTarget

driver/mysql/binlog/binlog_reader.go:1830–1833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1828}
1829
1830func (b *BinlogReader) onMeetTarget() {
1831 b.logger.Info("onMeetTarget", "target", b.targetGtid.String(), "current", b.CurrentGtidSet.String())
1832 _ = b.Close()
1833}
1834
1835func (b *BinlogReader) handleRowsEvent(ev *replication.BinlogEvent, rowsEvent *replication.RowsEvent,
1836 entriesChannel chan<- *common.EntryContext) (err error) {

Callers 2

handleEventGSetMethod · 0.95
SetTargetGtidMethod · 0.95

Calls 2

CloseMethod · 0.95
StringMethod · 0.45

Tested by

no test coverage detected