mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
several bug fixes
This commit is contained in:
@@ -315,6 +315,7 @@ static CHARSET_INFO *add_charset(uint cs_number, const char *cs_name, myf flags)
|
||||
cs->to_lower=tmp_to_lower;
|
||||
cs->to_upper=tmp_to_upper;
|
||||
cs->sort_order=tmp_sort_order;
|
||||
cs->strxfrm_multiply=cs->mbmaxlen=1;
|
||||
if (read_charset_file(cs_number, cs, flags))
|
||||
return NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user