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