From 97f7b1676626ab78436bf0afbd81cc9688c3fc5c Mon Sep 17 00:00:00 2001 From: Ran Date: Tue, 30 May 2023 13:06:06 +0800 Subject: [PATCH] remove desc in smooth upgrade --- smooth-upgrade-tidb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smooth-upgrade-tidb.md b/smooth-upgrade-tidb.md index 61ef9c782f0fe..0e201c5d113b9 100644 --- a/smooth-upgrade-tidb.md +++ b/smooth-upgrade-tidb.md @@ -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