-
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
*: record execute runtime information in slow log (#17573) #18072
*: record execute runtime information in slow log (#17573) #18072
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
@crazycs520 please accept the invitation then you can push to the cherry-pick pull requests. |
wait #18073 merge first. |
/run-all-tests |
/run-integration-ddl-test |
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-integration-br-test |
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
Sorry @qw4990, you don't have permission to trigger auto merge event on this branch. |
/run-unit-tests |
cherry-pick #17573 to release-4.0
Signed-off-by: crazycs crazycs520@gmail.com
What problem does this PR solve?
Close #15009
Record execute runtime information in slow log plan, such as below:
Plan
field value will like below, It will contain the plan runtime execute information.As you see, the execute information was contain in the slow-log
Plan
field now. Since the decode plan field was become too many, we had better add some header column name to more readable, such as below, but we can do this in next PR:What is changed and how it works?
Related changes
pingcap/docs
/pingcap/docs-cn
:Check List
Tests
Side effects
Release note