From 31b58b3fdf6d5ec82c0417891557038b3a5a1f38 Mon Sep 17 00:00:00 2001 From: lysu Date: Thu, 18 Apr 2019 15:42:31 +0800 Subject: [PATCH] suspend unknown collation id 255 error (#294) --- charset/charset.go | 1 + 1 file changed, 1 insertion(+) diff --git a/charset/charset.go b/charset/charset.go index 0a5c85c11..0c9ea3b76 100644 --- a/charset/charset.go +++ b/charset/charset.go @@ -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.