From 02301e41700ee4ca6625dc8ffe817c9c86063ac5 Mon Sep 17 00:00:00 2001 From: HOHO <591310381@qq.com> Date: Thu, 11 Jan 2024 18:50:50 +0800 Subject: [PATCH] Update sql-statement-admin-cancel-ddl.md --- sql-statements/sql-statement-admin-cancel-ddl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sql-statements/sql-statement-admin-cancel-ddl.md b/sql-statements/sql-statement-admin-cancel-ddl.md index fe95d83092080..0e15bad8e197e 100644 --- a/sql-statements/sql-statement-admin-cancel-ddl.md +++ b/sql-statements/sql-statement-admin-cancel-ddl.md @@ -37,6 +37,7 @@ If the operation fails to cancel the jobs, specific reasons are displayed. > - Only this operation can cancel DDL jobs. All other operations and environment changes (such as machine restart and cluster restart) cannot cancel these jobs. > - This operation can cancel multiple DDL jobs at the same time. You can get the ID of DDL jobs using the [`ADMIN SHOW DDL JOBS`](/sql-statements/sql-statement-admin-show-ddl.md) statement. > - If the jobs you want to cancel are finished, the cancellation operation fails. +> - Starting from v6.2.0, [`KILL`](/sql-statements/sql-statement-kill.md) statement can kill DDL jobs. ## MySQL compatibility