Skip to content

Commit

Permalink
sql: fix a typo and update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 committed Oct 8, 2018
1 parent 5a9073d commit f4fcd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/character-set-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f4fcd18

Please sign in to comment.