tuichenchuxin opened a new issue #12469:
URL: https://github.com/apache/shardingsphere/issues/12469


   Hi community,
   
   This issue is for #10887.
   
   ## Aim
   support parse mysql administration statements sql `CLONE`
   
   ## Basic Qualifications
   - java
   - maven
   - antlr4
   
   ## Detail
   CLONE Statement In mysql
   need to be supported in shardingsphere-sql-parser.
   ```
   CLONE clone_action
   
   clone_action: {
       LOCAL DATA DIRECTORY [=] 'clone_dir';
     | INSTANCE FROM 'user'@'host':port
       IDENTIFIED BY 'password'
       [DATA DIRECTORY [=] 'clone_dir']
       [REQUIRE [NO] SSL]
   }
   ```
   https://dev.mysql.com/doc/refman/8.0/en/clone.html
   
   ## Example FYI
   - DCLStatement.g4
   


-- 
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