Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 5dfd4a0

Browse files
authored
Add tidb parameter (#717)
1 parent d3958bb commit 5dfd4a0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

conf/tidb.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ global:
3737
# turn on this option when TiDB server is behind a proxy.
3838
# compatible-kill-query: false
3939

40+
# check mb4 value in utf8 is used to control whether to check the mb4 characters when the charset is utf8.
41+
# check-mb4-value-in-utf8: true
42+
4043
log:
4144
# Log level: debug, info, warn, error, fatal.
4245
# level: "info"

roles/tidb/vars/default.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ global:
4949
# turn on this option when TiDB server is behind a proxy.
5050
compatible-kill-query: false
5151

52+
# check mb4 value in utf8 is used to control whether to check the mb4 characters when the charset is utf8.
53+
# check-mb4-value-in-utf8: true
54+
5255
log:
5356
# Log level: debug, info, warn, error, fatal.
5457
level: "info"

0 commit comments

Comments
 (0)