Commit 05df1129 authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

charset.c:

  SHOW CHARACTER SET now displays "1" in mb_maxlen even if a charset is not loaded yet
parent c0d72084
...@@ -215,6 +215,7 @@ static void simple_cs_copy_data(CHARSET_INFO *to, CHARSET_INFO *from) ...@@ -215,6 +215,7 @@ static void simple_cs_copy_data(CHARSET_INFO *to, CHARSET_INFO *from)
MYF(MY_WME)); MYF(MY_WME));
create_fromuni(to); create_fromuni(to);
} }
to->mbmaxlen= 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment