Skip to content

Commit

Permalink
sql: fix error in tidb_ddl_job (#19020) (#19023)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Sep 30, 2024
1 parent 91e49ff commit fd2a5ea
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 @@ -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)
Expand Down

0 comments on commit fd2a5ea

Please sign in to comment.