1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

New wildcmp() function in CHARSET_INFO structure

This commit is contained in:
unknown
2002-11-14 16:07:29 +04:00
parent 948a867123
commit e7bbe3aa0b
16 changed files with 420 additions and 42 deletions

View File

@ -8430,9 +8430,9 @@ my_wc_mb_euc_jp(CHARSET_INFO *c,my_wc_t wc, unsigned char *s, unsigned char *e)
CHARSET_INFO my_charset_ujis =
{
12, /* number */
MY_CS_COMPILED, /* state */
MY_CS_COMPILED, /* state */
"ujis", /* name */
"", /* comment */
"", /* comment */
ctype_ujis,
to_lower_ujis,
to_upper_ujis,
@ -8443,6 +8443,7 @@ CHARSET_INFO my_charset_ujis =
NULL, /* strnncoll */
NULL, /* strnxfrm */
NULL, /* like_range */
my_wildcmp_mb, /* wildcmp */
3, /* mbmaxlen */
ismbchar_ujis,
ismbhead_ujis,