-
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
planner, sessionctx : Add 'last_plan_from_binding' to help know whether sql's plan is matched with the hints in the binding (#18017) #21430
planner, sessionctx : Add 'last_plan_from_binding' to help know whether sql's plan is matched with the hints in the binding (#18017) #21430
Conversation
Signed-off-by: ti-srebot <[email protected]>
/run-all-tests |
@Reminiscent you're already a collaborator in bot's repo. |
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 |
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
/merge |
Sorry @Reminiscent, this branch's release version is in progress, please contact zhouqiang-cl,shuke987,jebter,you06 for more details. |
@ti-srebot, please update your pull request. |
1 similar comment
@ti-srebot, please update your pull request. |
@ti-srebot PR closed due to no update for a long time. Feel free to reopen it anytime. |
/reopen |
@Reminiscent: Reopened this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…-srebot/release-4.0-2c66371d8b7e � Conflicts: � bindinfo/bind_test.go � go.mod � infoschema/tables_test.go
/merge |
This pull request has been accepted and is ready to merge. Commit hash: d07debf
|
/run-integration-copr-test |
cherry-pick #18017 to release-4.0
What problem does this PR solve?
Issue Number: close #16425
Problem Summary:
Add
last_plan_from_binding
to help know whether sql's plan is matched with the hints in the bindingWhat is changed and how it works?
What's Changed:
last_plan_from_binding
to help decide whether the plan cache got hit.last_plan_from_binding
in slow log and statement summary tableCheck List
Related changes
PR to update
pingcap/docs/pingcap/docs-cn
Unit test
Integration test
Release note