-
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
planner: fix plan cache statistic result. #18067
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18067 +/- ##
===========================================
Coverage 79.6091% 79.6091%
===========================================
Files 526 526
Lines 144413 144413
===========================================
Hits 114966 114966
Misses 20170 20170
Partials 9277 9277 |
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
Your auto merge job has been accepted, waiting for:
|
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 |
@lawyerphx merge failed. |
/rebuild |
/run-integration-br-tests |
1 similar comment
/run-integration-br-tests |
/merge |
Sorry @lawyerphx, you don't have permission to trigger auto merge event on this branch. You are not a committer |
Please help merge @zz-jason . |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #18111 |
What problem does this PR solve?
Issue Number: close #18066
Problem Summary:
What is changed and how it works?
What's Changed:
planInCache
ifPlanInCache
is false.How it Works:
Related changes
Check List
Tests
Side effects
Release note
sei.planInCache
ifPlanInCache
is false.