-
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
*:add opt_rule_blacklist in mysql tables. #11096
*:add opt_rule_blacklist in mysql tables. #11096
Conversation
/run-unit-test |
378c555
to
e153d24
Compare
89e5915
to
b299cf9
Compare
/rebuild |
Codecov Report
@@ Coverage Diff @@
## master #11096 +/- ##
===========================================
Coverage 81.3666% 81.3666%
===========================================
Files 424 424
Lines 90730 90730
===========================================
Hits 73824 73824
Misses 11594 11594
Partials 5312 5312 |
ef642be
to
cec51f1
Compare
/rebuild |
cec51f1
to
7a378d5
Compare
BTW, we need to document all the rules which can be disabled for users. |
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
/run-all-tests |
What problem does this PR solve?
In some product environments. We found that a switch to disable some logical optimizing rules is convenient for troubleshooting.
What is changed and how it works?
Like
expr_pushdown_blacklist
, just add aopt_rule_blacklist
.Check List
Tests
Code changes
Side effects
Related changes