This is an automated email from the ASF dual-hosted git repository.

jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new d2378fce2b0 Removed documentation information about 
sharding_table_statistics (#35581)
d2378fce2b0 is described below

commit d2378fce2b00225bdc53742ce05d22c62a482cec
Author: jiangML <[email protected]>
AuthorDate: Tue Jun 3 19:48:48 2025 +0800

    Removed documentation information about sharding_table_statistics (#35581)
---
 docs/document/content/reference/management/_index.cn.md | 13 ++++++-------
 docs/document/content/reference/management/_index.en.md | 13 ++++++-------
 2 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/docs/document/content/reference/management/_index.cn.md 
b/docs/document/content/reference/management/_index.cn.md
index 2ce6ee2badd..df8bb033db1 100644
--- a/docs/document/content/reference/management/_index.cn.md
+++ b/docs/document/content/reference/management/_index.cn.md
@@ -95,13 +95,12 @@ namespace
    ├    ├     ├──${databaseName.groupName.dataSourceName} 
    ├    ├     ├──${databaseName.groupName.dataSourceName}
    ├──statistics
-   ├    ├──shardingsphere
-   ├    ├     ├──schemas
-   ├    ├     ├     ├──shardingsphere
-   ├    ├     ├     ├     ├──tables             # 系统表
-   ├    ├     ├     ├     ├     ├──sharding_table_statistics    # 分片统计表数据
-   ├    ├     ├     ├     ├     ├     ├──8a2dcb0d97c3d86ef77b3d4651a1d7d0  # 
md5
-   ├    ├     ├     ├     ├     ├──cluster_information    # 集群信息表
+   ├    ├──databases
+   ├    ├     ├──shardingsphere
+   ├    ├     ├     ├──schemas
+   ├    ├     ├     ├     ├──shardingsphere
+   ├    ├     ├     ├     ├     ├──tables # 系统表
+   ├    ├     ├     ├     ├     ├   ├──cluster_information    # 集群信息表
 ```
 
 ### /rules
diff --git a/docs/document/content/reference/management/_index.en.md 
b/docs/document/content/reference/management/_index.en.md
index 8deb848464d..32918a018e5 100644
--- a/docs/document/content/reference/management/_index.en.md
+++ b/docs/document/content/reference/management/_index.en.md
@@ -95,13 +95,12 @@ namespace
    ├    ├     ├──${databaseName.groupName.dataSourceName}
    ├    ├     ├──${databaseName.groupName.dataSourceName}
    ├──statistics
-   ├    ├──shardingsphere
-   ├    ├     ├──schemas
-   ├    ├     ├     ├──shardingsphere
-   ├    ├     ├     ├     ├──tables             # system tables
-   ├    ├     ├     ├     ├     ├──sharding_table_statistics    # sharding 
statistics table
-   ├    ├     ├     ├     ├     ├     ├──8a2dcb0d97c3d86ef77b3d4651a1d7d0  # 
md5
-   ├    ├     ├     ├     ├     ├──cluster_information    # cluster 
information table
+   ├    ├──databases
+   ├    ├     ├──shardingsphere
+   ├    ├     ├     ├──schemas
+   ├    ├     ├     ├     ├──shardingsphere
+   ├    ├     ├     ├     ├     ├──tables # system tables
+   ├    ├     ├     ├     ├     ├   ├──cluster_information    # cluster 
information table
 ```
 
 ### /rules

Reply via email to