Bug #115615 | Contribution: Fix clear_password_plugin failed bug | ||
---|---|---|---|
Submitted: | 16 Jul 2024 22:56 | Modified: | 18 Oct 2024 21:07 |
Reporter: | OCA Admin (OCA) | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[16 Jul 2024 22:56]
OCA Admin
[16 Jul 2024 22:56]
OCA Admin
Contribution submitted via Github - Fix clear_password_plugin failed bug (*) Contribution by Dejun Xia (Github nshangyiming, mysql-connector-j/pull/108#issuecomment-2228128384): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: git_patch_1969062105.txt (text/plain), 1.31 KiB.
[17 Jul 2024 7:06]
MySQL Verification Team
Hello Dejun Xia, Thank you for the report and contribution. regards, Umesh
[24 Jul 2024 3:57]
Dejun Xia
Hi Umesh, I wonder when will this patch can be merged? Thanks
[18 Sep 2024 21:07]
Filipe Silva
Can you please provide a test case with more details about the problem you are facing? The change you are proposing falls into a code path that is only executed if the capability flag CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA isn't negotiated and, as far as I remember, both the server and the connector negotiate this capability all the time. Please also provide details about the MySQL Connector/J and MySQL Server versions you are using, as well as any authentication related configurations you are setting in both. Thank you,
[19 Oct 2024 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[31 Oct 2024 3:07]
JUN GENG
Thank you @Filipe Silva This is indeed a problem with our server implementation. According to your suggestion, we have solved the problem https://github.com/StarRocks/starrocks/pull/52489