基本情况:
使用DM(版本:6.1)同步时,上游创建了一个表,该表有一个字段的注释超过了1024,然后报错,但是下游该表却同步过来了,只是注释被截断了。
处理过程:开始使用binlog skip 命令想跳过该语句,结果显示建表语句不属于DDL,然后使用binlog skip -b mysql-bin.001xxx:xxx命令,现在如下报错:panic error: interface conversion: replication.Event is *replication.RowsEvent, not *replication.QueryEvent
错误代码:36001。
请问这种问题除了重建外该如何处理?