Skip to content

Commit

Permalink
Fix typo in utf8mb4_unicode_520_ci #1708
Browse files Browse the repository at this point in the history
Closes #1708
  • Loading branch information
renecannao committed Nov 25, 2018
1 parent 5034458 commit 69d4207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/mariadb-client-library/my_charset.c.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{ 242, 1, UTF8_MB4, UTF8_MB4"_hungarian_ci", "", 65001, "UTF-8", 1, 4, mysql_mbcharlen_utf8, check_mb_utf8_valid},
{ 243, 1, UTF8_MB4, UTF8_MB4"_sinhala_ci", "", 65001, "UTF-8", 1, 4, mysql_mbcharlen_utf8, check_mb_utf8_valid},

+ { 246, 1, UTF8_MB4, UTF8_MB4"_unicode_502_ci", "", 65001, "UTF-8", 1,4, mysql_mbcharlen_utf8, check_mb_utf8_valid},
+ { 246, 1, UTF8_MB4, UTF8_MB4"_unicode_520_ci", "", 65001, "UTF-8", 1,4, mysql_mbcharlen_utf8, check_mb_utf8_valid},
+
{ 254, 1, UTF8_MB3, UTF8_MB3"_general_cs", "", 65001, "UTF-8", 1, 3, mysql_mbcharlen_utf8, check_mb_utf8_valid},
+ { 255, 1, UTF8_MB4, UTF8_MB4"_0900_ai_ci", "", 65001, "UTF-8", 1, 4, mysql_mbcharlen_utf8, check_mb_utf8_valid},
Expand Down

0 comments on commit 69d4207

Please sign in to comment.