This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 6fb19150733 add proxy-frontend-database-protocol-type (#21925)
6fb19150733 is described below
commit 6fb1915073393325e17a36998f8b4d571a702b72
Author: CuihongAn <[email protected]>
AuthorDate: Thu Nov 3 15:56:25 2022 +0800
add proxy-frontend-database-protocol-type (#21925)
* add proxy-frontend-database-protocol-type
* Update props.en.md
* Update props.cn.md
---
.../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 218fd75f4c8..16e3d51cfc8 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-mysql-default-version (?) | String | Proxy 通过配置文件指定 MySQL
的版本号,默认版本:5.7.22。
| 5.7.22 | 否 |
| proxy-default-port (?) | String | Proxy 通过配置文件指定默认端口。
| 3307 | 否 |
| proxy-netty-backlog (?) | int | Proxy 通过配置文件指定默认netty
back_log参数。
| 1024 | 否 |
+|proxy-frontend-database-protocol-type| String | Proxy 前端协议类型,支持 MySQL,
PostgreSQL, openGauss | "" | 否 |
属性配置可以通过
[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 b46a988e265..9a3e2838730 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 can configure system-level
configuration through property
| proxy-mysql-default-version (?) | String | Proxy specifies the
MySQL version through configuration files, and the default verison is 5.7.22.
| 5.7.22 | False |
| proxy-default-port (?) | String | Proxy specifies the
default window through configuration files.
| 3307 | False |
| proxy-netty-backlog (?) | int | Proxy specifies the
default netty back_log parameter through configuration files.
| 1024 | False |
+|proxy-frontend-database-protocol-type| String | Proxy front-end protocol
type, supports MySQL, PostgreSQL, openGauss | "" | False |
Property configuration can be modified according to
[DistSQL#RAL](/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/).
Properties that support dynamic change can take effect immediately. Properties
that do not support dynamic change take effect after a restart.