mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Move hash_sort and hash_caseup into CHARSET_INFO for all charsets
This commit is contained in:
@ -386,6 +386,8 @@ static CHARSET_INFO *add_charset(CHARSET_INFO *cs, myf flags)
|
||||
cs->strncasecmp = my_strncasecmp_8bit;
|
||||
cs->mb_wc = my_mb_wc_8bit;
|
||||
cs->wc_mb = my_wc_mb_8bit;
|
||||
cs->hash_caseup = my_hash_caseup_simple;
|
||||
cs->hash_sort = my_hash_sort_simple;
|
||||
|
||||
set_max_sort_char(cs);
|
||||
create_fromuni(cs);
|
||||
|
Reference in New Issue
Block a user