mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
New field snprintf() in CHARSET_INFO structure
This commit is contained in:
parent
9567611577
commit
abd3427150
16 changed files with 234 additions and 38 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue