Optimization to use less memory.

This commit is contained in:
unknown 2004-06-10 19:10:21 +05:00
commit d8f0df52d3
18 changed files with 98 additions and 92 deletions

View file

@ -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 */