mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Move hash_sort and hash_caseup into CHARSET_INFO for all charsets
This commit is contained in:
@ -4487,8 +4487,8 @@ CHARSET_INFO my_charset_sjis =
|
||||
NULL, /* tosort */
|
||||
my_strcasecmp_8bit,
|
||||
my_strncasecmp_8bit,
|
||||
NULL, /* hash_caseup */
|
||||
NULL, /* hash_sort */
|
||||
my_hash_caseup_simple,
|
||||
my_hash_sort_simple,
|
||||
0
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user