mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Every charset now have its own parser state arrays
This commit is contained in:
parent
13d28097e7
commit
aeb47edbbc
19 changed files with 250 additions and 192 deletions
|
|
@ -1988,6 +1988,7 @@ CHARSET_INFO my_charset_utf8 =
|
|||
to_upper_utf8, /* sort_order */
|
||||
NULL, /* tab_to_uni */
|
||||
NULL, /* tab_from_uni */
|
||||
"","",
|
||||
1, /* strxfrm_multiply */
|
||||
my_strnncoll_utf8, /* strnncoll */
|
||||
my_strnncollsp_utf8,
|
||||
|
|
@ -3095,6 +3096,7 @@ CHARSET_INFO my_charset_ucs2 =
|
|||
to_upper_ucs2, /* sort_order */
|
||||
NULL, /* tab_to_uni */
|
||||
NULL, /* tab_from_uni */
|
||||
"","",
|
||||
1, /* strxfrm_multiply */
|
||||
my_strnncoll_ucs2, /* strnncoll */
|
||||
my_strnncoll_ucs2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue