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/11/22 01:34:20 UTC

[GitHub] [shardingsphere] TeslaCN opened a new issue, #22322: ShardingSphere-Proxy MySQL replied incorrect binary flags in column definition

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

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   
   947c8c484b6eb6227891bc0500a52ce39f211584
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   
   ShardingSphere-Proxy MySQL
   
   ### Expected behavior
   
   MySQL:
   ![image](https://user-images.githubusercontent.com/20503072/203194313-b879bd85-626e-4f13-9ce4-9a2a774bb44f.png)
   
   ### Actual behavior
   
   ShardingSphere-Proxy MySQL:
   ![image](https://user-images.githubusercontent.com/20503072/203194389-fc28a51d-24b0-4346-af3c-fb5f21bf76f8.png)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   
   ```sql
   select _binary'abc', X'20', X'41'
   ```


-- 
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] TeslaCN commented on issue #22322: ShardingSphere-Proxy MySQL replied incorrect binary flags in column definition

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #22322:
URL: https://github.com/apache/shardingsphere/issues/22322#issuecomment-1322997825

   The binary flag is corrected. But the issue still exists.


-- 
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] TeslaCN commented on issue #22322: ShardingSphere-Proxy MySQL replied incorrect binary flags in column definition

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #22322:
URL: https://github.com/apache/shardingsphere/issues/22322#issuecomment-1322897824

   I found set binary flag (0x80) cannot fix this issue. The root cause of the display problem probably relates to collation. But Proxy cannot retrieve field's collation via JDBC.


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