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 58cf7b450cd Fix alter transaction rule documentation (#31314)
58cf7b450cd is described below
commit 58cf7b450cd97999b8344fa7a1e6490e8f80ce96
Author: ZhangCheng <[email protected]>
AuthorDate: Mon May 20 17:59:43 2024 +0800
Fix alter transaction rule documentation (#31314)
---
.../distsql/syntax/ral/global-rule/alter-transaction-rule.cn.md | 2 +-
.../distsql/syntax/ral/global-rule/alter-transaction-rule.en.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.cn.md
index b1c499b4cb5..49c332b3558 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.cn.md
@@ -48,7 +48,7 @@ value ::=
```sql
ALTER TRANSACTION RULE(
- DEFAULT="XA", TYPE(NAME="Narayana", PROPERTIES("databaseName"="jbossts",
"host"="127.0.0.1"))
+ DEFAULT="XA", TYPE(NAME="Narayana")
);
```
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.en.md
index e98bb3d4a7c..a90181026c2 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.en.md
@@ -48,7 +48,7 @@ value ::=
```sql
ALTER TRANSACTION RULE(
- DEFAULT="XA", TYPE(NAME="Narayana", PROPERTIES("databaseName"="jbossts",
"host"="127.0.0.1"))
+ DEFAULT="XA", TYPE(NAME="Narayana")
);
```