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

@ -306,6 +306,7 @@ static CHARSET_INFO my_charset_bin_st =
my_snprintf_8bit, /* snprintf */
my_long10_to_str_8bit,
my_longlong10_to_str_8bit,
my_fill_8bit,
my_strntol_8bit,
my_strntoul_8bit,
my_strntoll_8bit,