mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Every charset now have its own parser state arrays
This commit is contained in:
@ -306,6 +306,7 @@ CHARSET_INFO my_charset_bin =
|
||||
bin_char_array, /* sort_order */
|
||||
NULL, /* tab_to_uni */
|
||||
NULL, /* tab_from_uni */
|
||||
"","",
|
||||
0, /* strxfrm_multiply */
|
||||
my_strnncoll_binary, /* strnncoll */
|
||||
my_strnncoll_binary,
|
||||
|
Reference in New Issue
Block a user