Every charset now have its own parser state arrays

This commit is contained in:
unknown 2003-03-14 18:08:12 +04:00
commit aeb47edbbc
19 changed files with 250 additions and 192 deletions

View file

@ -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,