-
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
sessionctx/variable: fix select variable return wrong result when variable is only global scope variable (#8968) #8992
Conversation
…iable is only global scope variable (pingcap#8968)
/run-all-tests tidb-test=release-2.0 pd-release-2.0 tikv=release-2.0 |
/run-unit-test tidb-test=release-2.0 pd-release-2.0 tikv=release-2.0 |
1 similar comment
/run-unit-test tidb-test=release-2.0 pd-release-2.0 tikv=release-2.0 |
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
/run-all-tests tidb-test=release-2.0 pd-release-2.0 tikv=release-2.0 |
/run-unit-test tidb-test=release-2.0 pd-release-2.0 tikv=release-2.0 |
/run-all-tests tidb-test=release-2.0 pd-release-2.0 tikv=release-2.0 |
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
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
What problem does this PR solve?
cherry-pick #8968
What is changed and how it works?
Check List
Tests