From 925d074b63c23c262fb2c8caaf0d246b363dfe6b Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Thu, 21 Dec 2023 17:39:45 +0800 Subject: [PATCH] Update mysql-schema.md --- mysql-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-schema.md b/mysql-schema.md index 184c53e68b073..588e102e31b8c 100644 --- a/mysql-schema.md +++ b/mysql-schema.md @@ -98,7 +98,7 @@ Currently, the `help_topic` is NULL. * `dist_framework_meta`: the metadata of the Distributed eXecution Framework (DXF) task scheduler * `tidb_global_task`: the metadata of the current DXF task -* `tidb_global_task_history`: the metadata of the historical DXF tasks +* `tidb_global_task_history`: the metadata of the historical DXF tasks, including both succeeded and failed tasks * `tidb_background_subtask`: the metadata of the current DXF subtask * `tidb_background_subtask_history`: the metadata of the historical DXF subtasks