From f4fcd18e5d24ffe1960441bae181f5f95b799b6c Mon Sep 17 00:00:00 2001 From: lilin90 Date: Mon, 8 Oct 2018 15:50:50 +0800 Subject: [PATCH] sql: fix a typo and update wording Via: https://github.com/pingcap/docs-cn/pull/917 --- sql/character-set-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/character-set-support.md b/sql/character-set-support.md index 2263be55940bb..c557f5855e076 100644 --- a/sql/character-set-support.md +++ b/sql/character-set-support.md @@ -73,12 +73,12 @@ The collation names in TiDB follow these conventions: | Suffix | Meaning | |:-------|:-------------------| | \_ai | Accent insensitive | - | \_as | Accent insensitive | + | \_as | Accent sensitive | | \_ci | Case insensitive | | \_cs | Case sensitive | | \_bin | Binary | -> **Note**: For now, TiDB supports on some of the collations in the above table. +> **Note**: Currently, TiDB only supports some of the collations in the above table. ## Database character set and collation