This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch auth_replay_bg in repository https://gitbox.apache.org/repos/asf/doris.git
commit 0b574c532d8aa6954859404d3baa5b2e63c96c34 Author: morningman <morning...@163.com> AuthorDate: Mon Feb 20 22:17:32 2023 +0800 add doc --- docs/en/docs/advanced/variables.md | 6 ++++++ docs/zh-CN/docs/advanced/variables.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/en/docs/advanced/variables.md b/docs/en/docs/advanced/variables.md index 59e8bf1fac..2d82126091 100644 --- a/docs/en/docs/advanced/variables.md +++ b/docs/en/docs/advanced/variables.md @@ -584,3 +584,9 @@ Translated with www.DeepL.com/Translator (free version) * `drop_table_if_ctas_failed` Controls whether create table as select deletes created tables when a insert error occurs, the default value is true. + +* `show_user_default_role` + + <version since="dev"></version> + + Controls whether to show each user's implicit roles in the results of `show roles`. Default is false. diff --git a/docs/zh-CN/docs/advanced/variables.md b/docs/zh-CN/docs/advanced/variables.md index a660683362..f67f02ef90 100644 --- a/docs/zh-CN/docs/advanced/variables.md +++ b/docs/zh-CN/docs/advanced/variables.md @@ -571,3 +571,9 @@ SELECT /*+ SET_VAR(query_timeout = 1, enable_partition_cache=true) */ sleep(3); * `drop_table_if_ctas_failed` 控制create table as select在写入发生错误时是否删除已创建的表,默认为true。 + +* `show_user_default_role` + + <version since="dev"></version> + + 控制是否在 `show roles` 的结果里显示每个用户隐式对应的角色。默认为 false。 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org