mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
A fix (bug #9309: Wrong order in INFORMATION_SCHEMA)
This commit is contained in:
@ -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 */
|
if (dst < de) /* Clear the last byte, if "dstlen" was an odd number */
|
||||||
*de= 0x00;
|
*dst= 0x00;
|
||||||
|
|
||||||
return dstlen;
|
return dstlen;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user