charset.c:
SHOW CHARACTER SET now displays "1" in mb_maxlen even if a charset is not loaded yet
This commit is contained in:
parent
c0d7208413
commit
05df112947
@ -215,6 +215,7 @@ static void simple_cs_copy_data(CHARSET_INFO *to, CHARSET_INFO *from)
|
||||
MYF(MY_WME));
|
||||
create_fromuni(to);
|
||||
}
|
||||
to->mbmaxlen= 1;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user