mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
New functions in CHARSET_INFO structure
This commit is contained in:
parent
2bce5e5709
commit
953e27208b
18 changed files with 104 additions and 2 deletions
|
|
@ -628,6 +628,8 @@ CHARSET_INFO my_charset_czech =
|
|||
NULL, /* ismbchar */
|
||||
NULL, /* ismbhead */
|
||||
NULL, /* mbcharlen */
|
||||
my_numchars_8bit,
|
||||
my_charpos_8bit,
|
||||
my_mb_wc_8bit, /* mb_wc */
|
||||
my_wc_mb_8bit, /* wc_mb */
|
||||
my_caseup_str_8bit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue