-
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
session: fix unsecessfully set the isolation read engines #17258
session: fix unsecessfully set the isolation read engines #17258
Conversation
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
Codecov Report
@@ Coverage Diff @@
## master #17258 +/- ##
===========================================
Coverage 79.8200% 79.8200%
===========================================
Files 520 520
Lines 139733 139733
===========================================
Hits 111535 111535
Misses 19233 19233
Partials 8965 8965 |
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
/run-all-tests |
@lzmhhh123 merge failed. |
/merge |
/run-all-tests |
@lzmhhh123 merge failed. |
/run-unit-test |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-3.1 in PR #17321 |
cherry pick to release-4.0 in PR #17322 |
What problem does this PR solve?
Issue Number: close #17257
What is changed and how it works?
What's Changed: fix the incorrectly init for session variables.
Related changes
Check List
Tests
Side effects
Release note