-
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
infoschema: add current txn start time in processlist table #11491
Conversation
/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
The CI failed, seems we need to consider the time zone.
|
Codecov Report
@@ Coverage Diff @@
## master #11491 +/- ##
===============================================
+ Coverage 81.3308% 81.351% +0.0201%
===============================================
Files 424 424
Lines 91247 90922 -325
===============================================
- Hits 74212 73966 -246
+ Misses 11710 11635 -75
+ Partials 5325 5321 -4 |
/run-all-tests @jackysp 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 |
cherry pick to release-3.0 failed |
It seems that, not for sure, we failed to cherry-pick this commit to release-3.0. Please comment '/run-cherry-picker' to try to trigger the cherry-picker if we did fail to cherry-pick this commit before. @lysu PTAL. |
/run-cherry-picker |
cherry pick to release-3.0 in PR #16160 |
What problem does this PR solve?
help identify long-running transaction(maybe client forgot to commit/rollback) add TxnStart column to
information_schema.processlist
What is changed and how it works?
add a column to info schema table, but didn't change
show proceslist
to keep compatibility.Check List
Tests
Code changes
Side effects
Related changes
This change is