-
Notifications
You must be signed in to change notification settings - Fork 5.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
*: add admin cleanup table lock syntax support #10423
Conversation
0eb1a31
to
47d218a
Compare
Codecov Report
@@ Coverage Diff @@
## master #10423 +/- ##
===============================================
- Coverage 81.0432% 80.9753% -0.068%
===============================================
Files 422 419 -3
Lines 89910 89363 -547
===============================================
- Hits 72866 72362 -504
+ Misses 11769 11768 -1
+ Partials 5275 5233 -42 |
/run-all-tests |
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
@bb7133 PTAL |
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
LGTM |
/run-all-tests |
What problem does this PR solve?
Related Parser PR: pingcap/parser#323.
Add cleanup table lock syntax:
Cleanup table lock use to cleanup table locks. Normally won't use it. Just in case for session has not clean locks before exit.
What is changed and how it works?
Check List
Tests
Code changes
Side effects