mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Preparation for user-defined Unicode collations:
weights data now comes from a static variables but from the charset structure.
This commit is contained in:
@ -466,7 +466,8 @@ static my_bool init_available_charsets(myf myflags)
|
||||
if (*cs)
|
||||
{
|
||||
set_max_sort_char(*cs);
|
||||
init_state_maps(*cs);
|
||||
if (cs[0]->ctype)
|
||||
init_state_maps(*cs);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user