-
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
config: fix config toml file check-mb4-value-in-utf8
problem.
#9802
Conversation
/run-all-tests |
What problem? |
@xiekeyi98 Sorry for my fuzzy definition in PR description. PTAL again. |
/run-unit-test |
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
Codecov Report
@@ Coverage Diff @@
## master #9802 +/- ##
================================================
+ Coverage 67.2333% 67.2421% +0.0087%
================================================
Files 381 381
Lines 79874 79874
================================================
+ Hits 53702 53709 +7
+ Misses 21387 21381 -6
+ Partials 4785 4784 -1 |
LGTM |
check-mb4-value-in-utf8
problem.
@crazycs520 Please pick this commit to v2.1. |
What problem does this PR solve?
Currently in
config/config.toml.example
file, variablecheck-mb4-value-in-utf8
is belong to the[binlog]
scope, but It should be the global scope correspond to theConfig
struct.What is changed and how it works?
Move
check-mb4-value-in-utf8
to global scope inconfig/config.toml.example
file.Check List
Tests