1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
parent 9567611577
commit abd3427150
16 changed files with 234 additions and 38 deletions

View File

@ -177,7 +177,8 @@ static CHARSET_INFO my_charset_bin_st =
my_strncasecmp_bin, /* strncasecmp */
my_hash_caseup_bin, /* hash_caseup */
my_hash_sort_bin, /* hash_sort */
255 /* max_sort_char */
255, /* max_sort_char */
my_snprintf_8bit /* snprintf */
};