Skip to content

Commit

Permalink
suspend unknown collation id 255 error (#294) (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
lysu authored and tiancaiamao committed Apr 21, 2019
1 parent ca23903 commit 497ae72
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 @@ -406,6 +406,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 497ae72

Please sign in to comment.