-
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
infoschema: add column of Has_more_result
into table of slow_query
#33840
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Has_more_result
into table of slow_query
@likzn: GitHub didn't allow me to request PR reviews from the following users: PTAL, if, free. Note that only pingcap members and repo collaborators can review this PR, and authors cannot review their own PRs. |
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
PTAL @crazycs520 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 83f43fa
|
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/83f43faa70bd4a583c7f4ecdf5f01eae4cb216c2 |
What problem does this PR solve?
Issue Number: close #33733
Problem Summary:
SlowQueryLogItems
struct hasHas_more_result
variable butslow_query
table has not this column so that when weselect * form infomation.slow_query
,theHas_more_result
will be absentWhat is changed and how it works?
Add column of
Has_more_result
intoslow_query
tableCheck List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.