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 672a6ad3dd [typo](docs) Add some explanations about AUTO_INCREMENT 
columns (#23899)
672a6ad3dd is described below

commit 672a6ad3dd446f03bab5af0934ff5c962a3d6603
Author: yagagagaga <[email protected]>
AuthorDate: Tue Sep 5 14:31:50 2023 +0800

    [typo](docs) Add some explanations about AUTO_INCREMENT columns (#23899)
---
 docs/en/docs/advanced/variables.md    | 2 +-
 docs/zh-CN/docs/advanced/variables.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/advanced/variables.md 
b/docs/en/docs/advanced/variables.md
index d77c1f06ed..162744b25d 100644
--- a/docs/en/docs/advanced/variables.md
+++ b/docs/en/docs/advanced/variables.md
@@ -112,7 +112,7 @@ Note that the comment must start with /*+ and can only 
follow the SELECT.
     
 * `auto_increment_increment`
 
-    Used for compatibility with MySQL clients. No practical effect.
+    Used for compatibility with MySQL clients. No practical effect. Although 
Doris already has 
[AUTO_INCREMENT](../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE#column_definition_list)
 feature, but this parameter does not affect the behavior of 'AUTO_INCREMENT'. 
Same as auto_increment_offset.
     
 * `autocommit`
 
diff --git a/docs/zh-CN/docs/advanced/variables.md 
b/docs/zh-CN/docs/advanced/variables.md
index 6302ea604e..881ded17ea 100644
--- a/docs/zh-CN/docs/advanced/variables.md
+++ b/docs/zh-CN/docs/advanced/variables.md
@@ -111,7 +111,7 @@ SELECT /*+ SET_VAR(query_timeout = 1, 
enable_partition_cache=true) */ sleep(3);
 
 - `auto_increment_increment`
 
-  用于兼容 MySQL 客户端。无实际作用。
+  用于兼容 MySQL 客户端。无实际作用。虽然 Doris 已经有了 
[AUTO_INCREMENT](../sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE#column_definition_list)
 功能,但这个参数并不会对 AUTO_INCREMENT 的行为产生影响。auto_increment_offset 也是如此。
 
 - `autocommit`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to