【 TiDB 使用环境】生产环境 /测试/ Poc
【 TiDB 版本】 5.0.3
【复现路径】做过哪些操作出现的问题
【遇到的问题:问题现象及影响】
【资源配置】
【附件:截图/日志/监控】
mysql和 tidb的 字段都是 time123 timestamp NOT NULL DEFAULT ‘1970-01-01 08:00:01’
mysql版本 5.6 的
配置dm时, 有报错如下:
"result": false,
"msg": "[code=26005:class=dm-master:scope=internal:level=medium], Message: fail to check synchronization configuration with type: check was failed, please see detail
detail: {
"results": [
{
"id": 32,
"name": "sharding table `xxx`.`xxx` consistency checking",
"desc": "check consistency of sharding table structures",
"state": "fail",
"errors": [
{
"severity": "fail",
"short_error": "[types:1067]Invalid default value for 'time123'"
}
],
"extra": "instance source_xxx on sharding `xxx`.`xxx`"
}
],
"summary": {
"passed": false,
"total": 33,
"successful": 32,
"failed": 1,
"warning": 0
}
}"