mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
All charsets now have strnxfrm.
Some function names have been renamed to be more self-descriptive
This commit is contained in:
parent
2d6f1c223d
commit
93419d23a3
18 changed files with 114 additions and 104 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue