All charsets now have strnxfrm.

Some function names have been renamed to be more self-descriptive
This commit is contained in:
unknown 2003-01-15 18:06:07 +04:00
commit 93419d23a3
18 changed files with 114 additions and 104 deletions

View file

@ -9873,7 +9873,7 @@ my_mb_wc_gbk(CHARSET_INFO *cs __attribute__((unused)),
CHARSET_INFO my_charset_gbk =
{
28, /* number */
MY_CS_COMPILED|MY_CS_PRIMARY, /* state */
MY_CS_COMPILED|MY_CS_PRIMARY|MY_CS_STRNXFRM, /* state */
"gbk", /* cs name */
"gbk", /* name */
"", /* comment */
@ -9905,8 +9905,8 @@ CHARSET_INFO my_charset_gbk =
my_hash_sort_simple,
0,
my_snprintf_8bit,
my_l10tostr_8bit,
my_ll10tostr_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,