This is an automated email from the ASF dual-hosted git repository.
lujingshang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 4abba90 Remove property java.net.preferIPv4Stack=true from Proxy
(#14111)
add 257db41 Fix #14074 Mysql parser with XA statements (#14075)
No new revisions were added by this update.
Summary of changes:
.../src/main/antlr4/imports/mysql/Literals.g4 | 10 +--
.../src/main/antlr4/imports/mysql/TCLStatement.g4 | 7 +-
.../impl/MySQLTCLStatementSQLVisitor.java | 7 +-
.../sql/parser/mysql/MySQLXAVisitorTest.java | 80 ++++++++++++++++++++++
.../sql/common/statement/tcl/XAStatement.java | 12 +++-
5 files changed, 106 insertions(+), 10 deletions(-)
create mode 100644
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/test/java/org/apache/shardingsphere/sql/parser/mysql/MySQLXAVisitorTest.java