You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/04/28 03:54:23 UTC

[shardingsphere] branch master updated: Add document for proxy-mysql-default-version (#17163)

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

zhaojinchao 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 e46220f4c27 Add document for proxy-mysql-default-version (#17163)
e46220f4c27 is described below

commit e46220f4c27a34f7225d8dcf2d9ec6ebb9db054d
Author: VOPEN.XYZ <x_...@yeah.net>
AuthorDate: Thu Apr 28 11:54:16 2022 +0800

    Add document for proxy-mysql-default-version (#17163)
---
 .../content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md     | 1 +
 .../content/user-manual/shardingsphere-proxy/yaml-config/props.en.md     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
index efc05555e76..e7b06b2cfb0 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.cn.md
@@ -27,6 +27,7 @@ Apache ShardingSphere 提供属性配置的方式配置系统级配置。
 | proxy-frontend-max-connections (?)  | int        | 允许连接 Proxy 的最大客户端数量,默认值 0 代表不限制。                                                                                                       | 0        | 是      |
 | sql-federation-enabled (?)          | boolean    | 是否开启 federation 查询。                                                                                                                    | false    | 是      |
 | show-process-list-enabled (?)       | boolean    | 是否开启 processlist 功能,同时仅在 Cluster 模式生效。功能和 MySQL show processlist 类似。目前只对 DDL 和 DML 语句生效。                                               | false    | 是      |
+| proxy-mysql-default-version (?)     | String     | Proxy 通过配置文件指定 MySQL 的版本号,默认版本:5.7.22。                                                                                               | 5.7.22    | 否      |
 | proxy-default-port (?)              | String     | Proxy 通过配置文件指定默认端口。                                                                                                                    | 3307     | 否      |
 
 属性配置可以通过 [DistSQL#RAL](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/) 修改。
diff --git a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
index a22cc33d896..3cca2f55a9c 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/yaml-config/props.en.md
@@ -27,6 +27,7 @@ Apache ShardingSphere provides the way of property configuration to configure sy
 | proxy-frontend-max-connections (?)  | int         | The maximum permitted number of client connections to Proxy. The default value is 0 and less than or equal to 0 means no limitation.                                                                                                                                                                                      | 0               | true             |
 | sql-federation-enabled (?)          | boolean     | Whether enable sql federation.                                                                                                                                                                                                                                                                                            | false           | true             |
 | show-process-list-enabled (?)       | boolean     | Whether enable show process list, and it only take effect when mode is Cluster. This function is similar as MySQL show processlist. It just apply on DDL and DML statements currently.                                                                                                                                    | false           | true             |
+| proxy-mysql-default-version (?)     | String      | Proxy specifies MySQL server version. The default value is 5.7.22.                                                                                                                                                                                                                                                        | 5.7.22          | false            |
 | proxy-default-port (?)              | String      | Proxy specifies the default port through the configuration file.                                                                                                                                                                                                                                                          | 3307            | false            |
 
 Properties can be updated by [DistSQL#RAL](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/).