Commit 00aaa80d authored by ramil@mysql.com's avatar ramil@mysql.com

A fix (bug #9309: Wrong order in INFORMATION_SCHEMA)

parent da48115b
......@@ -2276,7 +2276,7 @@ static int my_strnxfrm_utf8(CHARSET_INFO *cs,
}
if (dst < de) /* Clear the last byte, if "dstlen" was an odd number */
*de= 0x00;
*dst= 0x00;
return dstlen;
}
......
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