Skip to content

Commit

Permalink
dm: support ignore online-ddl in precheck (#12137) (#12804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 7, 2023
1 parent ac4d65a commit 4e8ff3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dm/dm-precheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Prechecks can find potential risks in your environments. It is not recommended t
| `table_schema` | Checks the compatibility of the table schemas in the upstream MySQL tables. |
| `schema_of_shard_tables`| Checks the consistency of the table schemas in the upstream MySQL multi-instance shards. |
| `auto_increment_ID` | Checks whether the auto-increment primary key conflicts in the upstream MySQL multi-instance shards. |
|`online_ddl`| Checks whether the upstream is in the process of [online-DDL](/dm/feature-online-ddl.md). |

> **Note:**
>
Expand Down

0 comments on commit 4e8ff3f

Please sign in to comment.