mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +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
c7db0a813c
commit
db628b97a5
25 changed files with 45 additions and 257 deletions
|
|
@ -637,10 +637,8 @@ CHARSET_INFO my_charset_czech =
|
|||
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