Skip to content

Commit

Permalink
sql: fix error in tidb_ddl_job (#19020)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Sep 30, 2024
1 parent ba52ac4 commit a7f1d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-schema/mysql-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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)
Expand Down

0 comments on commit a7f1d44

Please sign in to comment.