1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

A new function to meassure terminal screen cells number for a string.

This commit is contained in:
bar@mysql.com
2004-08-25 11:39:43 +05:00
parent 766eb867da
commit f81edf4afd
14 changed files with 256 additions and 2 deletions

View File

@ -448,6 +448,7 @@ static MY_CHARSET_HANDLER my_charset_handler=
my_charpos_8bit,
my_well_formed_len_8bit,
my_lengthsp_8bit,
my_numcells_8bit,
my_mb_wc_bin,
my_wc_mb_bin,
my_case_str_bin,
@ -478,7 +479,7 @@ CHARSET_INFO my_charset_bin =
ctype_bin, /* ctype */
bin_char_array, /* to_lower */
bin_char_array, /* to_upper */
bin_char_array, /* sort_order */
NULL, /* sort_order */
NULL, /* contractions */
NULL, /* sort_order_big*/
NULL, /* tab_to_uni */