-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BugFix] Fix parse Mysql Client Protocol COM_CHANGE_USER with conn_attr error bug #47796
Conversation
Signed-off-by: HangyuanLiu <[email protected]>
Quality Gate passedIssues Measures |
[FE Incremental Coverage Report]✅ pass : 4 / 4 (100.00%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
@Mergifyio backport branch-3.3 |
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
@Mergifyio backport branch-3.0 |
✅ Backports have been created
|
@Mergifyio backport branch-2.5 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
…tr error bug (#47796) Signed-off-by: HangyuanLiu <[email protected]> (cherry picked from commit 66388e7)
…tr error bug (#47796) Signed-off-by: HangyuanLiu <[email protected]> (cherry picked from commit 66388e7)
…tr error bug (#47796) Signed-off-by: HangyuanLiu <[email protected]> (cherry picked from commit 66388e7)
…tr error bug (#47796) Signed-off-by: HangyuanLiu <[email protected]> (cherry picked from commit 66388e7)
…tr error bug (#47796) Signed-off-by: HangyuanLiu <[email protected]> (cherry picked from commit 66388e7)
…tr error bug (backport #47796) (#47812) Co-authored-by: Harbor Liu <[email protected]>
…tr error bug (backport #47796) (#47813) Co-authored-by: Harbor Liu <[email protected]>
…tr error bug (backport #47796) (#47814) Co-authored-by: Harbor Liu <[email protected]>
Why I'm doing:
refer : https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_com_change_user.html
What I'm doing:
There is an error when parsing the conn_attr field of COM_CHANGE_USER, because that field is the length of the following attr, not the number of attrs.
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: