mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Allocate memory when a character set is requested:
- For simple character sets: from_uni convertion table. - For UCA: alternative weight arrays. Use mbminlen instead of MY_CS_NONTEXT
This commit is contained in:
parent
4047b5ade3
commit
5275eb21c2
22 changed files with 608 additions and 560 deletions
|
|
@ -6269,6 +6269,7 @@ my_mb_wc_big5(CHARSET_INFO *cs __attribute__((unused)),
|
|||
|
||||
static MY_COLLATION_HANDLER my_collation_big5_chinese_ci_handler =
|
||||
{
|
||||
NULL, /* init */
|
||||
my_strnncoll_big5,
|
||||
my_strnncollsp_big5,
|
||||
my_strnxfrm_big5,
|
||||
|
|
@ -6281,6 +6282,7 @@ static MY_COLLATION_HANDLER my_collation_big5_chinese_ci_handler =
|
|||
|
||||
static MY_CHARSET_HANDLER my_charset_big5_handler=
|
||||
{
|
||||
NULL, /* init */
|
||||
ismbchar_big5,
|
||||
mbcharlen_big5,
|
||||
my_numchars_mb,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue