Skip to content

Commit

Permalink
remove desc in smooth upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-huang authored and ti-chi-bot committed May 31, 2023
1 parent 3b1ac59 commit 97f7b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smooth-upgrade-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ When using the smooth upgrade feature, note the following limitations.
* During the upgrade, the following operations are not allowed:

* Run DDL operations on system tables (`mysql.*`, `information_schema.*`, `performance_schema.*`, and `metrics_schema.*`).
* Manually cancel, pause, or resume DDL jobs: `ADMIN CANCEL/PAUSE/RESUME DDL JOBS job_id [, job_id] ...;`.
* Manually cancel DDL jobs: `ADMIN CANCEL DDL JOBS job_id [, job_id] ...;`.
* Import data.

### Limitations on tools
Expand Down

0 comments on commit 97f7b16

Please sign in to comment.