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

[doris] branch master updated: [typo](docs) add parameter version (#20672)

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

zykkk 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 b4e552c3c3 [typo](docs) add parameter version (#20672)
b4e552c3c3 is described below

commit b4e552c3c34b50be9ec84a70c2b6ce59e12f9b29
Author: yuanyuan8983 <99...@users.noreply.github.com>
AuthorDate: Mon Jun 12 18:47:32 2023 +0800

    [typo](docs) add parameter version (#20672)
---
 docs/en/docs/advanced/variables.md    | 2 ++
 docs/zh-CN/docs/advanced/variables.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/en/docs/advanced/variables.md b/docs/en/docs/advanced/variables.md
index 5430dd35d3..682b390ae5 100644
--- a/docs/en/docs/advanced/variables.md
+++ b/docs/en/docs/advanced/variables.md
@@ -630,6 +630,8 @@ Translated with www.DeepL.com/Translator (free version)
 
 * `use_fix_replica`
 
+    <version since="1.2.0"></version>
+
     Use a fixed replica to query. If use_fix_replica is 1, the smallest one is used, if use_fix_replica is 2, the second smallest one is used, and so on. The default value is -1, which means it is not enabled.
 
 * `dry_run_query`
diff --git a/docs/zh-CN/docs/advanced/variables.md b/docs/zh-CN/docs/advanced/variables.md
index a9f4b35e24..0cbcb57280 100644
--- a/docs/zh-CN/docs/advanced/variables.md
+++ b/docs/zh-CN/docs/advanced/variables.md
@@ -616,6 +616,8 @@ try (Connection conn = DriverManager.getConnection("jdbc:mysql://127.0.0.1:9030/
 
 * `use_fix_replica`
 
+    <version since="1.2.0"></version>
+
     使用固定的replica进行查询,该值表示固定使用第几小的replica,默认为-1表示不启用。
 
 * `dry_run_query`


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