From 2d261ca4a90456bb3bc8db114eabf3aba18e97be Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Sun, 9 Oct 2022 18:03:23 +0800 Subject: [PATCH] Update system-variables.md --- system-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-variables.md b/system-variables.md index f2a1eb6411948..e364089704a68 100644 --- a/system-variables.md +++ b/system-variables.md @@ -158,7 +158,7 @@ mysql> SELECT * FROM t1; - Scope: SESSION | GLOBAL - Persists to cluster: Yes - Default value: `utf8mb4_bin` -- This variable indicates the collation of the default database in use. **It is NOT recommended to set this variable**. When a new default database is selected, the server changes the variable value. +- This variable indicates the default collation of the database in use. **It is NOT recommended to set this variable**. When a new database is selected, TiDB changes this variable value. ### collation_server