1
0
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:
Sinisa@sinisa.nasamreza.org
2003-05-31 21:35:20 +03:00
parent 9b35856c2f
commit ec4a0ee477
4 changed files with 20 additions and 7 deletions

View File

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