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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1a9c35e  Change the RAL syntax document property configuration link 
(#14222)
1a9c35e is described below

commit 1a9c35ef2d8b8a2d92c563cf1eabe0bd152cb41a
Author: gong-ming <[email protected]>
AuthorDate: Wed Dec 22 14:57:13 2021 +0800

    Change the RAL syntax document property configuration link (#14222)
---
 .../user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md    | 2 +-
 .../user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.en.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md
index f6d8544..943ed4d 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.cn.md
@@ -50,7 +50,7 @@ RAL (Resource & Rule Administration Language) 为 Apache 
ShardingSphere 的管
 
 | 语句                                                                         | 
说明                                                         | 示例                 
                           |
 |:--------------------------------------------------------------------------- 
|:----------------------------------------------------------- 
|:----------------------------------------------- |
-| set variable proxy_property_name = xx                                       
| proxy_property_name 为 proxy 
的[属性配置](/cn/user-manual/shardingsphere-proxy/configuration/props/) ,需使用下划线命名 | 
set variable sql_show = true            |
+| set variable proxy_property_name = xx                                       
| proxy_property_name 为 proxy 
的[属性配置](/cn/user-manual/shardingsphere-proxy/props/) ,需使用下划线命名 | set variable 
sql_show = true            |
 | set variable transaction_type = xx                                          
| 修改当前连接的事务类型, 支持 LOCAL,XA,BASE                     | set variable 
transaction_type = XA               |
 | set variable agent_plugins_enabled = [true / false]                         
| 设置 agent 插件的启用状态,默认值 false                         | set variable 
agent_plugins_enabled = true        |
 | show all variables                                                          
| 查询 proxy 所有的属性配置                                      | show all variable     
                           |
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.en.md
index 22eb790..81cf679 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/_index.en.md
@@ -47,7 +47,7 @@ RAL (Resource & Rule Administration Language) responsible for 
the added-on featu
 
 | Statement                                                                   
| Function                                                                      
     | Example                                   |
 |:--------------------------------------------------------------------------- 
|:----------------------------------------------------------------------------------
 |:----------------------------------------- |
-| set variable proxy_property_name = xx                                       
| proxy_property_name is one of [properties 
configuration](/en/user-manual/shardingsphere-proxy/configuration/props/)  of 
proxy,name is split by underscore            | set variable sql_show = true     
       |  
+| set variable proxy_property_name = xx                                       
| proxy_property_name is one of [properties 
configuration](/en/user-manual/shardingsphere-proxy/props/)  of proxy,name is 
split by underscore            | set variable sql_show = true            |  
 | set variable transaction_type = xx                                          
| Modify transaction_type of the current connection, supports LOCAL, XA, BASE   
     | set variable transaction_type = XA        |
 | set variable agent_plugins_enabled = [true / false]                         
| Set whether the agent plugins are enabled, the default value is false         
     | set variable agent_plugins_enabled = true |
 | show all variables                                                          
| Query proxy all properties configuration                                      
     | show all variable                         |

Reply via email to