Skip to content

Commit

Permalink
Added note about incompatibility between default collations in tidb a… (
Browse files Browse the repository at this point in the history
#3282)

Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
  • Loading branch information
Kolbe Kegel and ti-srebot authored Jul 16, 2020
1 parent 647c64c commit 4856f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion character-set-and-collation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SHOW CHARACTER SET;

> **Note:**
>
> Each character set might correspond to multiple collations, but by default each character set corresponds to only one collation.
> The default collations in TiDB (binary collations, with the suffix `_bin`) are different than [the default collations in MySQL](https://dev.mysql.com/doc/refman/8.0/en/charset-charsets.html) (typically general collations, with the suffix `_general_ci`). This can cause incompatible behavior when specifying an explicit character set but relying on the implicit default collation to be chosen.
You can use the following statement to view the collations (under the [new framework for collations](#new-framework-for-collations)) that corresponds to the character set.

Expand Down

0 comments on commit 4856f27

Please sign in to comment.