-
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: support hint USE_CASCADES(true|false) to use/disuse cascades planner in a single query #15352
Conversation
… planner in a single query Signed-off-by: gauss <gauss1314@gmail.com>
Thanks for your contribution. If your PR get merged, you will be rewarded 300 points. |
Co-Authored-By: Zhang Jian <zjsariel@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #15352 +/- ##
================================================
- Coverage 80.3906% 80.3903% -0.0004%
================================================
Files 502 502
Lines 133411 133485 +74
================================================
+ Hits 107250 107309 +59
- Misses 17732 17744 +12
- Partials 8429 8432 +3 |
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.
Good Job!
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
/run-all-tests |
@gauss1314 merge failed. |
/merge |
/run-all-tests |
UCP #15215
What problem does this PR solve?
Close #15215. Add support hint USE_CASCADES(true|false) to use/disuse cascades planner in a single query.
What is changed and how it works?
Handle USE_CASCADES hint.
Check List
Tests