From 59f02c799631c7eac05415d73e3880b150d9698e Mon Sep 17 00:00:00 2001 From: crazycs Date: Tue, 19 Mar 2019 16:01:26 +0800 Subject: [PATCH] config: fix config toml file --- config/config.toml.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.toml.example b/config/config.toml.example index 74b91f7f02ef4..bcfd24384ac2d 100644 --- a/config/config.toml.example +++ b/config/config.toml.example @@ -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" @@ -273,6 +276,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