-
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) #10896
Conversation
…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
/run-all-tests tikv=release-2.1 pd=release-2.1 tidb-test=release-2.1 |
/run-mybatis-test |
/run-mybatis-test tikv=release-2.1 pd=release-2.1 tidb-test=release-2.1 |
/run-mybatis-test tikv=release-2.1 pd=release-2.1 tidb-test=release-2.1 |
LGTM |
/run-mybatis-test tikv=release-2.1 pd=release-2.1 tidb-test=release-2.1 |
/run-all-tests tikv=release-2.1 pd=release-2.1 tidb-test=release-2.1 |
/run-all-tests tikv=release-2.1 pd=release-2.1 tidb-test=release-2.1 |
/run-all-tests tikv=release-2.1 pd=release-2.1 tidb-test=release-2.1 |
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?
Show
Mem
column inSELECT * FROM information_schema.processlist;
and also inshow processlist;
for compatibility.What is changed and how it works?
Add a column describing memory usage for table
information_schema.processlist
andshow processlist
.Check List
Tests
Code changes
Side effects
Related changes
This change is