1
0
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:
ramil@mysql.com
2005-03-23 17:39:20 +04:00
parent da48115b2b
commit 00aaa80dbd

View File

@ -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;
}