-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Revert "executor: fix show global variables return session variables also (#19341) (#21045)" #26240
Conversation
…also (pingcap#19341) (pingcap#21045)" This reverts commit a1bdbef.
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-all-tests |
/run-integration-test |
/run-integration-common-test |
/run-integration-common-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After reverting the commit, duration of connection reduced.
Could you briefly describe the reduction in execution time? The approximate time is reduced from how many milliseconds to how many milliseconds?
/hold |
@bb7133: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 38c283b
|
This reverts commit a1bdbef.
What problem does this PR solve?
Issue Number: close #24326 for TiDB v4.0
Problem Summary:
The following code is used to do the tests:
Before this PR, a long connection duration can be noticed because of #24326 and the MySQL connector bug #75592:
After reverting the commit, the duration of connection reduced:
Side effects
show global variables
statement returns session variables also #18517 back.Documentation
Release note