New "fill" function in charset_info_st structure

This commit is contained in:
unknown 2003-01-28 14:58:06 +04:00
commit ee7c5f13fa
18 changed files with 57 additions and 11 deletions

View file

@ -2001,6 +2001,7 @@ CHARSET_INFO my_charset_utf8 =
my_snprintf_8bit,
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_fill_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,
@ -3089,6 +3090,7 @@ CHARSET_INFO my_charset_ucs2 =
my_snprintf_ucs2,
my_l10tostr_ucs2,
my_ll10tostr_ucs2,
my_fill_8bit,
my_strntol_ucs2,
my_strntoul_ucs2,
my_strntoll_ucs2,