diff --git a/en/precheck.md b/en/precheck.md index 78d916a11..c1686ba5d 100644 --- a/en/precheck.md +++ b/en/precheck.md @@ -43,6 +43,8 @@ Upstream and downstream database users must have the corresponding read and writ - TiDB does not support the foreign key. - [Character set compatibility differs](https://pingcap.com/docs/stable/reference/sql/character-set/). + DM will also check whether the primary key or unique key restriction exists in all upstream tables. This check is introduced in v1.0.7. + + The consistency of the sharded tables in the multiple upstream MySQL instances + The schema consistency of all sharded tables diff --git a/zh/precheck.md b/zh/precheck.md index f38bf4a71..fc3640050 100644 --- a/zh/precheck.md +++ b/zh/precheck.md @@ -43,6 +43,8 @@ aliases: ['/docs-cn/tidb-data-migration/dev/precheck/'] - TiDB 不支持外键 - 字符集的兼容性不同,详见 [TiDB 支持的字符集](https://pingcap.com/docs-cn/dev/reference/sql/character-set/) + DM 还会检查上游表中是否存在主键或唯一键约束,在 v1.0.7 版本引入。 + + 上游 MySQL 多实例分库分表的一致性 + 所有分表的表结构是否一致,检查内容包括: