This is an automated email from the ASF dual-hosted git repository.
totalo 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 aa03ab5 Update document with database-discovery. (#16218)
aa03ab5 is described below
commit aa03ab5c1a82e7415b8bc9bfb78a7a253c445125
Author: zhaojinchao <[email protected]>
AuthorDate: Sun Mar 20 17:30:18 2022 +0800
Update document with database-discovery. (#16218)
---
docs/document/content/dev-manual/ha.cn.md | 9 +++++----
docs/document/content/dev-manual/ha.en.md | 1 +
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/docs/document/content/dev-manual/ha.cn.md
b/docs/document/content/dev-manual/ha.cn.md
index 1a9431e..977a0aa 100644
--- a/docs/document/content/dev-manual/ha.cn.md
+++ b/docs/document/content/dev-manual/ha.cn.md
@@ -11,7 +11,8 @@ chapter = true
| ----------------------------------------- | ----------------------- |
| DatabaseDiscoveryType | 数据库发现类型 |
-| *已知实现类* | *详细说明* |
-| ----------------------------------------- | ------------------------ |
-| MGRDatabaseDiscoveryType | 基于 MySQL MGR 的数据库发现 |
-| OpenGaussDatabaseDiscoveryType | 基于 openGauss 的数据库发现 |
+| *已知实现类* | *详细说明* |
+| ----------------------------------------- | -------------------------- |
+| MGRDatabaseDiscoveryType | 基于 MySQL MGR 的数据库发现 |
+| ShowSlaveStatusDatabaseDiscoveryType | 基于 MySQL 主从延迟的数据库发现 |
+| OpenGaussDatabaseDiscoveryType | 基于 openGauss 的数据库发现 |
diff --git a/docs/document/content/dev-manual/ha.en.md
b/docs/document/content/dev-manual/ha.en.md
index 5166b94..43cb042 100644
--- a/docs/document/content/dev-manual/ha.en.md
+++ b/docs/document/content/dev-manual/ha.en.md
@@ -14,4 +14,5 @@ chapter = true
| *Implementation Class* | *Description*
|
| ------------------------------------- |
------------------------------------------------------- |
| MGRDatabaseDiscoveryType | Database discovery of MySQL's MGR
|
+| ShowSlaveStatusDatabaseDiscoveryType | Database discovery of MySQL's
master-slave delay |
| OpenGaussDatabaseDiscoveryType | Database discovery of openGauss
|