mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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 */
|
||||
*de= 0x00;
|
||||
*dst= 0x00;
|
||||
|
||||
return dstlen;
|
||||
}
|
||||
|
Reference in New Issue
Block a user