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

@ -8442,7 +8442,7 @@ CHARSET_INFO my_charset_ujis =
NULL, /* tab_from_uni */
0, /* strxfrm_multiply */
NULL, /* strnncoll */
NULL, /* strnxfrm */
my_strnxfrm_simple, /* strnxfrm */
my_like_range_simple,/* like_range */
my_wildcmp_mb, /* wildcmp */
3, /* mbmaxlen */
@ -8462,8 +8462,8 @@ CHARSET_INFO my_charset_ujis =
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,