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 8b419209468 Update appendix.en.md (#26744)
8b419209468 is described below
commit 8b419209468e52aa840353248677151c0bfd8e96
Author: Yacine Si Tayeb <[email protected]>
AuthorDate: Mon Jul 3 13:34:12 2023 +0800
Update appendix.en.md (#26744)
---
docs/document/content/features/transaction/appendix.en.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/document/content/features/transaction/appendix.en.md
b/docs/document/content/features/transaction/appendix.en.md
index 17656434302..0b1de2f797f 100644
--- a/docs/document/content/features/transaction/appendix.en.md
+++ b/docs/document/content/features/transaction/appendix.en.md
@@ -5,9 +5,9 @@ weight = 3
Unsupported SQL:
-- RAL and RDL operations of DistSQL are used in transactions.
-- DDL statements are used in XA transactions.
+- RAL and RDL operations of DistSQL that are used in transactions.
+- DDL statements that are used in XA transactions.
Privileges required for XA transactions:
-In MySQL8, you need to grant the user `XA_RECOVER_ADMIN` privilege, otherwise
the XA transaction manager will report an error when executing the `XA RECOVER`
statement.
+In MySQL8, you need to grant the user `XA_RECOVER_ADMIN` privileges,
otherwise, the XA transaction manager will report an error when executing the
`XA RECOVER` statement.