Commit bab6dab4 authored by Sergei Golubchik's avatar Sergei Golubchik

compilation failure on x86

parent 9f0bdda8
...@@ -887,7 +887,7 @@ my_string_metadata_get_mb(MY_STRING_METADATA *metadata, ...@@ -887,7 +887,7 @@ my_string_metadata_get_mb(MY_STRING_METADATA *metadata,
*/ */
void void
my_string_metadata_get(MY_STRING_METADATA *metadata, my_string_metadata_get(MY_STRING_METADATA *metadata,
CHARSET_INFO *cs, const char *str, ulong length) CHARSET_INFO *cs, const char *str, size_t length)
{ {
if (cs->mbmaxlen == 1 && !(cs->state & MY_CS_NONASCII)) if (cs->mbmaxlen == 1 && !(cs->state & MY_CS_NONASCII))
{ {
......
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