This is an automated email from the ASF dual-hosted git repository.
jianglongtao 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 6994f9d09d5 Fix RDL syntax int ADD RESOURCE document (#19506)
6994f9d09d5 is described below
commit 6994f9d09d5128f46bba5a3a315a04c67bf0a91c
Author: Kostas Livanos <[email protected]>
AuthorDate: Sun Jul 24 16:55:11 2022 +0300
Fix RDL syntax int ADD RESOURCE document (#19506)
---
.../reference/distsql/syntax/rdl/resource-definition/add-resource.cn.md | 2 +-
.../reference/distsql/syntax/rdl/resource-definition/add-resource.en.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/document/content/reference/distsql/syntax/rdl/resource-definition/add-resource.cn.md
b/docs/document/content/reference/distsql/syntax/rdl/resource-definition/add-resource.cn.md
index 2769456b344..48922f790e1 100644
---
a/docs/document/content/reference/distsql/syntax/rdl/resource-definition/add-resource.cn.md
+++
b/docs/document/content/reference/distsql/syntax/rdl/resource-definition/add-resource.cn.md
@@ -69,7 +69,7 @@ ADD RESOURCE ds_1 (
PORT=3306,
DB=db_1,
USER=root,
- PASSWORD=root
+ PASSWORD=root,
PROPERTIES("maximumPoolSize"=10)
);
```
diff --git
a/docs/document/content/reference/distsql/syntax/rdl/resource-definition/add-resource.en.md
b/docs/document/content/reference/distsql/syntax/rdl/resource-definition/add-resource.en.md
index dea76042499..f8f25076b31 100644
---
a/docs/document/content/reference/distsql/syntax/rdl/resource-definition/add-resource.en.md
+++
b/docs/document/content/reference/distsql/syntax/rdl/resource-definition/add-resource.en.md
@@ -69,7 +69,7 @@ ADD RESOURCE ds_1 (
PORT=3306,
DB=db_1,
USER=root,
- PASSWORD=root
+ PASSWORD=root,
PROPERTIES("maximumPoolSize"=10)
);
```