mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Some optimization in CHARSET_INFO:
We don't need separate hash_sort() and hash_caseup() We don't need tosort(). strnxfrm will do the same.
This commit is contained in:
parent
ffa5f52e2d
commit
5b50426f8f
25 changed files with 45 additions and 257 deletions
|
|
@ -728,10 +728,8 @@ CHARSET_INFO my_charset_tis620 =
|
|||
my_casedn_str_8bit,
|
||||
my_caseup_8bit,
|
||||
my_casedn_8bit,
|
||||
NULL, /* tosort */
|
||||
my_strcasecmp_8bit,
|
||||
my_strncasecmp_8bit,
|
||||
my_hash_caseup_simple,
|
||||
my_hash_sort_simple,
|
||||
0,
|
||||
my_snprintf_8bit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue