You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/03/12 09:58:32 UTC

[shardingsphere] branch master updated: Update docs for MySQLTableMetaDataLoader (#9646)

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

zhangyonglun 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 5b3ed3d  Update docs for MySQLTableMetaDataLoader (#9646)
5b3ed3d is described below

commit 5b3ed3d3f0306a77244a8083ec984be4189d1d4d
Author: Liang Zhang <te...@163.com>
AuthorDate: Fri Mar 12 17:58:14 2021 +0800

    Update docs for MySQLTableMetaDataLoader (#9646)
---
 docs/document/content/dev-manual/kernel.cn.md |  2 +-
 docs/document/content/dev-manual/kernel.en.md | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/document/content/dev-manual/kernel.cn.md b/docs/document/content/dev-manual/kernel.cn.md
index 763729f..9e78e9d 100644
--- a/docs/document/content/dev-manual/kernel.cn.md
+++ b/docs/document/content/dev-manual/kernel.cn.md
@@ -29,7 +29,7 @@ chapter = true
 
 | *已知实现类*                   | *详细说明*                   |
 | ----------------------------- | --------------------------- |
-
+| MySQLTableMetaDataLoader      | 使用 MySQL 方言加载元数据     |
 
 ## SQLRouter
 
diff --git a/docs/document/content/dev-manual/kernel.en.md b/docs/document/content/dev-manual/kernel.en.md
index 0619440..491659e 100644
--- a/docs/document/content/dev-manual/kernel.en.md
+++ b/docs/document/content/dev-manual/kernel.en.md
@@ -23,12 +23,13 @@ chapter = true
 
 ## DialectTableMetaDataLoader
 
-| *SPI Name*                   | *Description*                     |
-| ---------------------------- | --------------------------------- |
-| DialectTableMetaDataLoader   | Use SQL dialect to load meta data |
+| *SPI Name*                   | *Description*                             |
+| ---------------------------- | ----------------------------------------- |
+| DialectTableMetaDataLoader   | Use SQL dialect to load meta data rapidly |
 
-| *Implementation Class*       | *Description*                     |
-| ---------------------------- | --------------------------------- |
+| *Implementation Class*       | *Description*                             |
+| ---------------------------- | ----------------------------------------- |
+| MySQLTableMetaDataLoader     | Use MySQL dialect to load meta data       |
 
 ## SQLRouter