-
Notifications
You must be signed in to change notification settings - Fork 489
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
*: support syntax for 'admin reload expr_pushdown_blacklist' #350
Conversation
Codecov Report
@@ Coverage Diff @@
## master #350 +/- ##
==========================================
- Coverage 52.68% 52.67% -0.02%
==========================================
Files 31 31
Lines 6626 6628 +2
==========================================
Hits 3491 3491
- Misses 2793 2795 +2
Partials 342 342
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #350 +/- ##
==========================================
+ Coverage 50.84% 52.67% +1.82%
==========================================
Files 31 31
Lines 6864 6628 -236
==========================================
+ Hits 3490 3491 +1
+ Misses 3025 2795 -230
+ Partials 349 342 -7
Continue to review full report at Codecov.
|
related-PR: pingcap/tidb#10688 |
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
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
What problem does this PR solve?
Support syntax for 'admin reload expr_pushdown_blacklist', which is used to reload the data of system table mysql.expr_pushdown_blacklist.
What is changed and how it works?
Check List
Tests
Code changes
Side effects
N/A
Related changes