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

[doris] branch branch-1.2-lts updated: [typo](doc)1.2 document optimization (#20649)

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

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
     new a895e5ea65 [typo](doc)1.2 document optimization (#20649)
a895e5ea65 is described below

commit a895e5ea65dcdaf229efbc28aae1197b3bc6eef9
Author: caoliang-web <71...@users.noreply.github.com>
AuthorDate: Sat Jun 10 23:24:32 2023 +0800

    [typo](doc)1.2 document optimization (#20649)
---
 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 738377cce6..6cb36cdb8c 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 61aba7492d..9866ba41b8 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
@@ -349,7 +349,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 eb6a93df07..8f79e7f414 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 f009943eac..d4da172a9c 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
@@ -346,7 +346,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