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

New functions in CHARSET_INFO structure

This commit is contained in:
unknown
2003-01-31 16:22:22 +04:00
parent 2bce5e5709
commit 953e27208b
18 changed files with 104 additions and 2 deletions

View File

@ -292,6 +292,8 @@ CHARSET_INFO my_charset_bin =
NULL, /* ismbchar */
NULL, /* ismbhead */
NULL, /* mbcharlen */
my_numchars_8bit,
my_charpos_8bit,
my_mb_wc_bin, /* mb_wc */
my_wc_mb_bin, /* wc_mb */
my_caseup_str_bin, /* caseup_str */