From 68422ffc54dc8eecfbb78a993daea0cca40a179f Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 30 Sep 2024 19:07:54 +0800 Subject: [PATCH] sql: fix error in tidb_ddl_job (#19020) (#19025) --- mysql-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-schema.md b/mysql-schema.md index 516272c9044fa..a69d8561789be 100644 --- a/mysql-schema.md +++ b/mysql-schema.md @@ -86,7 +86,7 @@ Currently, the `help_topic` is NULL. ## System tables related to DDL statements * `tidb_ddl_history`: the history records of DDL statements -* `tidb_ddl_jobs`: the metadata of DDL statements that are currently being executed by TiDB +* `tidb_ddl_job`: the metadata of DDL statements that are currently being executed by TiDB * `tidb_ddl_reorg`: the metadata of physical DDL statements (such as adding indexes) that are currently being executed by TiDB ## System tables related to TiDB Distributed eXecution Framework (DXF)