You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/06/13 01:01:10 UTC

[doris] branch master updated: [typo](doc)document optimization (#20645)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ef4410821f [typo](doc)document optimization (#20645)
ef4410821f is described below

commit ef4410821f09e4c9df8c59bda53e86da9148ffb3
Author: caoliang-web <71...@users.noreply.github.com>
AuthorDate: Tue Jun 13 09:01:03 2023 +0800

    [typo](doc)document optimization (#20645)
    
    * document optimization
    
    * document optimization
---
 docs/en/docs/admin-manual/config/fe-config.md                           | 2 +-
 .../sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md     | 2 +-
 docs/zh-CN/docs/admin-manual/config/fe-config.md                        | 2 +-
 .../sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/admin-manual/config/fe-config.md b/docs/en/docs/admin-manual/config/fe-config.md
index 857141704f..cf51b73d0c 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -48,7 +48,7 @@ There are two ways to view the configuration items of FE:
 
 2. View by command
 
-    After the FE is started, you can view the configuration items of the FE in the MySQL client with the following command:
+    After the FE is started, you can view the configuration items of the FE in the MySQL client with the following command,Concrete language law reference [ADMIN-SHOW-CONFIG](../../sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md):
 
     `ADMIN SHOW FRONTEND CONFIG;`
 
diff --git a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
index 2f93ff5ead..240e307511 100644
--- a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
+++ b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
@@ -365,7 +365,7 @@ distribution_desc
     
         `"light_schema_change"="true"`
 
-        This feature is enabled by default after v1.2.1.
+        This feature is enabled by default after v2.0.0.
     
     * `disable_auto_compaction`
 
diff --git a/docs/zh-CN/docs/admin-manual/config/fe-config.md b/docs/zh-CN/docs/admin-manual/config/fe-config.md
index a4e41139cf..0bd7409d1e 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -47,7 +47,7 @@ FE 的配置项有两种方式进行查看:
 
 2. 通过命令查看
 
-   FE 启动后,可以在 MySQL 客户端中,通过以下命令查看 FE 的配置项:
+   FE 启动后,可以在 MySQL 客户端中,通过以下命令查看 FE 的配置项,具体语法参照[ADMIN-SHOW-CONFIG](../../sql-manual/sql-reference/Database-Administration-Statements/ADMIN-SHOW-CONFIG.md):
 
    `ADMIN SHOW FRONTEND CONFIG;`
 
diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
index 77a1cb5c5f..5bc16c508a 100644
--- a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
+++ b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
@@ -362,7 +362,7 @@ distribution_desc
     
         `"light_schema_change" = 'true'`
 
-        该功能在 1.2.1 及之后版本默认开启。
+        该功能在 2.0.0 及之后版本默认开启。
     
     * `disable_auto_compaction`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org