mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Optimization to use less memory.
This commit is contained in:
parent
7ece3c7491
commit
d8f0df52d3
18 changed files with 98 additions and 92 deletions
|
|
@ -1439,8 +1439,8 @@ CHARSET_INFO my_charset_ucs2_general_ci=
|
|||
NULL, /* tab_to_uni */
|
||||
NULL, /* tab_from_uni */
|
||||
NULL, /* sort_order_big*/
|
||||
"",
|
||||
"",
|
||||
NULL, /* state_map */
|
||||
NULL, /* ident_map */
|
||||
1, /* strxfrm_multiply */
|
||||
2, /* mbminlen */
|
||||
2, /* mbmaxlen */
|
||||
|
|
@ -1465,8 +1465,8 @@ CHARSET_INFO my_charset_ucs2_bin=
|
|||
NULL, /* sort_order_big*/
|
||||
NULL, /* tab_to_uni */
|
||||
NULL, /* tab_from_uni */
|
||||
"",
|
||||
"",
|
||||
NULL, /* state_map */
|
||||
NULL, /* ident_map */
|
||||
1, /* strxfrm_multiply */
|
||||
2, /* mbminlen */
|
||||
2, /* mbmaxlen */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue