-
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 a column describing memory usage for table information_schema.processlist #10837
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10837 +/- ##
===============================================
+ Coverage 80.863% 80.8804% +0.0174%
===============================================
Files 419 419
Lines 88661 88658 -3
===============================================
+ Hits 71694 71707 +13
+ Misses 11738 11725 -13
+ Partials 5229 5226 -3 |
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
@XuHuaiyu sorry, PTAL again. |
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 |
/rebuild |
….processlist (pingcap#10837) *: add a column describing memory usage for table information_schema.processlist Closes pingcap#10199 Conflicts: executor/show.go infoschema/tables.go infoschema/tables_test.go util/misc_test.go util/processinfo.go
…processlist (pingcap#10837) *: add a column describing memory usage for table information_schema.processlist Closes pingcap#10199 Conflicts: executor/show.go infoschema/tables.go infoschema/tables_test.go util/misc_test.go util/processinfo.go
…upstream-release-3.0
…upstream-release-3.0
…upstream-release-3.0
…upstream-release-3.0
…upstream-release-3.0
What problem does this PR solve?
Closes #10199
What is changed and how it works?
Add a column describing memory usage for table
information_schema.processlist
and keepshow processlist
acting as before.Check List
Tests
Code changes
Side effects
Related changes
This change is