This is an automated email from the ASF dual-hosted git repository. yy2so pushed a commit to branch yy2so-patch-6 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 8007a258a34d22530886a61d2c31c9063dfcb303 Author: Yacine Si Tayeb <[email protected]> AuthorDate: Mon Jul 3 11:37:56 2023 +0800 Update appendix.en.md --- 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.
