strongduanmu commented on a change in pull request #14149:
URL: https://github.com/apache/shardingsphere/pull/14149#discussion_r771816695



##########
File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/main/java/org/apache/shardingsphere/sql/parser/mysql/visitor/statement/impl/MySQLTCLStatementSQLVisitor.java
##########
@@ -94,7 +94,10 @@ public ASTNode visitRollback(final RollbackContext ctx) {
     
     @Override
     public ASTNode visitSavepoint(final SavepointContext ctx) {
-        return new MySQLSavepointStatement();
+        final String savepointName = ctx.getChild(1).getText();

Review comment:
       @roodkcab Please remove final for local param.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to