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/05/07 16:40:58 UTC

[GitHub] [shardingsphere] terrymanu opened a new pull request #10276: Complete missing protocol impl for MySQLColumnDefinition41Packet with COM_FIELD_LIST command

terrymanu opened a new pull request #10276:
URL: https://github.com/apache/shardingsphere/pull/10276


   The protocol impl is missing if using COM_FIELD_LIST command.
   
   please check: https://dev.mysql.com/doc/internals/en/com-query-response.html#packet-Protocol::ColumnDefinition41
   
   ```
     if command was COM_FIELD_LIST {
   lenenc_int     length of default-values
   string[$len]   default values
     }
   ```


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

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



[GitHub] [shardingsphere] menghaoranss merged pull request #10276: Complete missing protocol impl for MySQLColumnDefinition41Packet with COM_FIELD_LIST command

Posted by GitBox <gi...@apache.org>.
menghaoranss merged pull request #10276:
URL: https://github.com/apache/shardingsphere/pull/10276


   


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

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