-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Bug] MySQL protocol cannot obtain decimal precision when SSL is enabled #38065
Comments
Let me look at this question |
zy-kkk
added a commit
to zy-kkk/doris
that referenced
this issue
Jul 19, 2024
…shake (apache#38086) Issue Number: close apache#38065 This PR introduces a fix to the SSL and CLIENT_LONG_FLAG handling in the MySQL handshake process. It ensures that the flags are correctly set according to the protocol requirements and resolves the issues related to decimal data fetching when SSL is enabled.
yiguolei
pushed a commit
that referenced
this issue
Jul 19, 2024
…n MySQL Handshake (#38140) pick(#38086) Issue Number: close #38065 This PR introduces a fix to the SSL and CLIENT_LONG_FLAG handling in the MySQL handshake process. It ensures that the flags are correctly set according to the protocol requirements and resolves the issues related to decimal data fetching when SSL is enabled.
dataroaring
pushed a commit
that referenced
this issue
Jul 22, 2024
…shake (#38086) Issue Number: close #38065 This PR introduces a fix to the SSL and CLIENT_LONG_FLAG handling in the MySQL handshake process. It ensures that the flags are correctly set according to the protocol requirements and resolves the issues related to decimal data fetching when SSL is enabled.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Version
2.1.0-2.1.4、master
What's Wrong?
MySQL protocol cannot obtain decimal precision when SSL is enabled
Steps to enable SSL,https://doris.apache.org/zh-CN/docs/admin-manual/auth/certificate
Using JDBC to query data of type decimalv3 (38, 10)
e.g
Scale will return 0
What You Expected?
Return to normal accuracy
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: