You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/11/04 02:03:19 UTC

[GitHub] [shardingsphere] tuichenchuxin commented on pull request #13444: Support MySQL show relay log events

tuichenchuxin commented on pull request #13444:
URL: https://github.com/apache/shardingsphere/pull/13444#issuecomment-960371781


   @flycash Thank you for your pr. I have a suggestion, for this statement 
   ```
   SHOW RELAYLOG EVENTS (IN logName)? (FROM NUMBER_)? (LIMIT (NUMBER_ COMMA_)? NUMBER_)? FOR CHANNEL channelName
   ```
   I think we may not need to visit every part. What we need to know is just which this statement is,  and where it will route to execute. So, may be `MySQLShowRelaylogEventsStatement` class with logName or channelName is enough?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org