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 2022/10/10 06:44:15 UTC

[GitHub] [shardingsphere] tuohai666 opened a new issue, #4358: Different MySQLColumnDefinition41Packet values for parameters between MySQL Connector/J and MySQL C API

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

   Parameter type of char in MySQLColumnDefinition41Packet handled differently between MySQL Connector/J and MySQL C API.
   Connector/J accepts MYSQL_TYPE_VARCHAR, MYSQL_TYPE_VAR_STRING and MYSQL_TYPE_STRING.
   While C API checks strictly and only accept MYSQL_TYPE_VAR_STRING and MYSQL_TYPE_STRING, because column type will be stored in struct MYSQL_STMT (fields.type) but MYSQL_TYPE_VARCHAR is not allowed to bind result.
   
   For other filelds we follow MySQL Server's behavior:
   ```
   - Database: ""
   - Table: ""
   - Original Table: ""
   - Name: "?"
   - Original Name: ""
   - Length: 0
   ```


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

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


[GitHub] [shardingsphere] github-actions[bot] commented on issue #4358: Different MySQLColumnDefinition41Packet values for parameters between MySQL Connector/J and MySQL C API

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #4358:
URL: https://github.com/apache/shardingsphere/issues/4358#issuecomment-1272351079

   Hello , this issue has not received a reply for several days.
   This issue is supposed to be closed.


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


[GitHub] [shardingsphere] github-actions[bot] closed issue #4358: Different MySQLColumnDefinition41Packet values for parameters between MySQL Connector/J and MySQL C API

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #4358: Different MySQLColumnDefinition41Packet values for parameters between MySQL Connector/J and MySQL C API
URL: https://github.com/apache/shardingsphere/issues/4358


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


Re: [I] Different MySQLColumnDefinition41Packet values for parameters between MySQL Connector/J and MySQL C API [shardingsphere]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4358:
URL: https://github.com/apache/shardingsphere/issues/4358#issuecomment-2028457553

   There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.


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