New field snprintf() in CHARSET_INFO structure

This commit is contained in:
bar@bar.mysql.r18.ru 2002-11-10 16:14:39 +04:00
commit abd3427150
16 changed files with 234 additions and 38 deletions

View file

@ -717,7 +717,8 @@ CHARSET_INFO my_charset_tis620 =
my_strncasecmp_8bit,
my_hash_caseup_simple,
my_hash_sort_simple,
0
0,
my_snprintf_8bit
};