hza2022x opened a new issue, #24057:
URL: https://github.com/apache/shardingsphere/issues/24057

   i execute the following sql via mysql client: 
   /* ShardingSphere hint: writeRouteOnly=true */ select  * from sku where id 
=5916249356177
   
   but the sql value in the following breakpoint doesn't contain the comment 
'ShardingSphere hint';
   
       public MySQLComQueryPacket(final MySQLPacketPayload payload) {
           super(MySQLCommandPacketType.COM_QUERY);
           sql = payload.readStringEOF(); // here :sql = select  * from sku 
where id =5916249356177
       }
   
   shardingsphere version:   5.0.0
   
   could any one explain why this happened? many thanks. 
   
   


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