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:
unknown 2003-04-01 12:45:16 +05:00
commit db628b97a5
25 changed files with 45 additions and 257 deletions

View file

@ -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,