Skip to content

Commit

Permalink
config: fix config toml file check-mb4-value-in-utf8 problem (#9802) (
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycs520 authored and shenli committed Mar 21, 2019
1 parent 2129872 commit 8fb6dd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ lower-case-table-names = 2
# turn on this option when TiDB server is behind a proxy.
compatible-kill-query = false

# check mb4 value in utf8 is used to control whether to check the mb4 characters when the charset is utf8.
check-mb4-value-in-utf8 = true

[log]
# Log level: debug, info, warn, error, fatal.
level = "info"
Expand Down Expand Up @@ -248,6 +251,3 @@ ignore-error = false

# use socket file to write binlog, for compatible with kafka version tidb-binlog.
binlog-socket = ""

# check mb4 value in utf8 is used to control whether to check the mb4 characters when the charset is utf8.
check-mb4-value-in-utf8 = true

0 comments on commit 8fb6dd6

Please sign in to comment.