Skip to content
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

Merged
merged 3 commits into from
Mar 20, 2019

Conversation

crazycs520
Copy link
Contributor

@crazycs520 crazycs520 commented Mar 19, 2019

What problem does this PR solve?

Currently in config/config.toml.example file, variable check-mb4-value-in-utf8 is belong to the [binlog] scope, but It should be the global scope correspond to the Config struct.

What is changed and how it works?

Move check-mb4-value-in-utf8 to global scope in config/config.toml.example file.

Check List

Tests

  • No code

@crazycs520
Copy link
Contributor Author

/run-all-tests

@xiekeyi98
Copy link
Contributor

fix config toml file problem.

What problem?

@crazycs520
Copy link
Contributor Author

@xiekeyi98 Sorry for my fuzzy definition in PR description. PTAL again.

@xiekeyi98
Copy link
Contributor

/run-unit-test

Copy link
Contributor

@xiekeyi98 xiekeyi98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xiekeyi98 xiekeyi98 added status/LGT1 Indicates that a PR has LGTM 1. status/all tests passed labels Mar 19, 2019
@codecov
Copy link

codecov bot commented Mar 19, 2019

Codecov Report

Merging #9802 into master will increase coverage by 0.0087%.
The diff coverage is n/a.

@@               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

@shenli
Copy link
Member

shenli commented Mar 19, 2019

LGTM

@shenli shenli added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Mar 19, 2019
@crazycs520 crazycs520 changed the title config: fix config toml file problem. config: fix config toml file check-mb4-value-in-utf8 problem. Mar 20, 2019
@crazycs520 crazycs520 merged commit a460628 into pingcap:master Mar 20, 2019
@zimulala
Copy link
Contributor

@crazycs520 Please pick this commit to v2.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants