From f204cc22d1e85bf749218a9ed1aea4be455a04a4 Mon Sep 17 00:00:00 2001 From: houfaxin Date: Mon, 30 Sep 2024 17:14:51 +0800 Subject: [PATCH] Update mysql-schema.md --- mysql-schema/mysql-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-schema/mysql-schema.md b/mysql-schema/mysql-schema.md index 1d059349d48a9..bc52d433d6471 100644 --- a/mysql-schema/mysql-schema.md +++ b/mysql-schema/mysql-schema.md @@ -90,7 +90,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)