Skip to content

Commit

Permalink
remove descriptions in smooth upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-huang authored May 30, 2023
1 parent 2ae8d4c commit d499e56
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 @@ -43,7 +43,7 @@ TiDB 引入平滑升级功能前,对于升级过程中的 DDL 操作有如下

* 对系统表(`mysql.*``information_schema.*``performance_schema.*``metrics_schema.*`)进行 DDL 操作。

* 执行手动取消、暂停、恢复 DDL job 操作:`ADMIN CANCEL/PAUSE/RESUME DDL JOBS job_id [, job_id] ...;`
* 执行手动取消 DDL job 操作:`ADMIN CANCEL DDL JOBS job_id [, job_id] ...;`

* 导入数据。

Expand Down

0 comments on commit d499e56

Please sign in to comment.