Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dm: support ignore online-ddl in precheck #9986

Merged
merged 3 commits into from
Jul 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dm/dm-precheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ tiup dmctl check-task ./task.yaml
|binlog_enable|检查上游数据库是否已启用 binlog|
|table_schema|检查上游 MySQL 表结构的兼容性|
|schema_of_shard_tables|检查上游 MySQL 多实例分库分表的表结构一致性|
|auto_increment_ID|关闭检查上游 MySQL 多实例分库分表的自增主键冲突|
|auto_increment_ID|检查上游 MySQL 多实例分库分表的自增主键冲突|
|online_ddl|检查上游是否处于 [Online-DDL](/dm/feature-online-ddl.md) 过程中|

> **注意:**
>
Expand Down