tidb dm同步maridb的数据报错

【 TiDB 使用环境】测试环境
【 TiDB 版本】
5.4.0
【复现路径】从maridb 10.2.0 同步数据到tidb
【遇到的问题:问题现象及影响】
{
“result”: false,
“msg”: “[code=38032:class=dm-master:scope=internal:level=high], Message: some error occurs in dm-worker: ErrCode:36067 ErrClass:"sync-unit" ErrScope:"internal" ErrLevel:"high" Message:"startLocation: [position: (mysql-bin-changelog.2294783, 411), gtid-set: 0-4339686-332669112024], endLocation: [position: (mysql-bin-changelog.2294783, 578), gtid-set: 0-1898801397-332669112025], origin SQL: [SET STATEMENT max_statement_time=60 FOR DELETE FROM mysql.rds_sysinfo where name = ‘innodb_txn_key’]: parse DDL: SET STATEMENT max_statement_time=60 FOR DELETE FROM mysql.rds_sysinfo where name = ‘innodb_txn_key’" RawCause:"line 1 column 32 near \"max_statement_time=60 FOR DELETE FROM mysql.rds_sysinfo where name = ‘innodb_txn_key’\" " Workaround:"Please confirm your DDL statement is correct and needed. For TiDB compatible DDL, see https://docs.pingcap.com/tidb/stable/mysql-compatibility#ddl. You can use handle-error command to skip or replace the DDL or add a binlog filter rule to ignore it if the DDL is not needed." , Workaround: Please execute query-status to check status.”,
“source”: “remote_vehicle_prod”,
“worker”: “dm-10.131.188.4-8262”
}
【资源配置】

【附件:截图/日志/监控】
根据提示配置了 filter,但是仍然一直报错

handle-error。跳过错误

已经明白了,SET STATEMENT写错了

此话题已在最后回复的 60 天后被自动关闭。不再允许新回复。