Skip to content

Commit

Permalink
suspend unknown collation id 255 error (pingcap#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
lysu authored and bb7133 committed Apr 18, 2019
1 parent 50dda70 commit 31b58b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charset/charset.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ var collations = []*Collation{
{245, "utf8mb4", "utf8mb4_croatian_ci", false},
{246, "utf8mb4", "utf8mb4_unicode_520_ci", false},
{247, "utf8mb4", "utf8mb4_vietnamese_ci", false},
{255, "utf8mb4", "utf8mb4_0900_ai_ci", false},
}

// init method always puts to the end of file.
Expand Down

0 comments on commit 31b58b3

Please sign in to comment.