flycash opened a new pull request #13585:
URL: https://github.com/apache/shardingsphere/pull/13585


   SHOW REPLICA STATUS and SHOW SLAVE STATUS are similar. 
   SHOW REPLICA STATUS was introduced in MySQL8.x to replace SHOW SLAVE STATUS. 
   
   I found that there already has rule `showSlaveStatus` in 
`mysqlDalStatement.g4`, so I only add rule `showReplicaStatus`. And add REPLICA 
as MySQL keyword
   
   Fixes #13138.
   
   Changes proposed in this pull request:
   - Add REPLICA as MySQL keyword
   - Add rule SHOW REPLICA STATUS FOR CHANNEL
   - override visitShowReplicaStatus and visitSlaveStatus
   


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