Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different behavior when querying binary data through MySQL client #4617

Open
CookiePieWw opened this issue Aug 26, 2024 · 2 comments
Open

Different behavior when querying binary data through MySQL client #4617

CookiePieWw opened this issue Aug 26, 2024 · 2 comments
Labels
C-bug Category Bugs

Comments

@CookiePieWw
Copy link
Collaborator

What type of bug is this?

Incorrect result

What subsystems are affected?

Other

Minimal reproduce step

Create a table with a column of binary data type, insert some data and select from it.

What did you expect to see?

MySQL (client v8.4.0, server v9.0.1) shows the binary data as hex strings:
image

What did you see instead?

GreptimeDB shows original binary data:
image

What operating system did you use?

/

What version of GreptimeDB did you use?

0.9.2

Relevant log output and stack trace

No response

@CookiePieWw CookiePieWw added the C-bug Category Bugs label Aug 26, 2024
@J0HN50N133
Copy link
Contributor

#3567 may help

@CookiePieWw
Copy link
Collaborator Author

Seems a bug of opensrv-mysql. See datafuselabs/opensrv#70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs
Projects
None yet
Development

No branches or pull requests

2 participants