mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
Put Ramil patch to be able push me code (test suite already is included in query_cache.test)
This commit is contained in:
parent
9d80a396db
commit
6607b50754
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ int my_strnxfrm_simple(CHARSET_INFO * cs,
|
|||
const uchar *src, uint srclen)
|
||||
{
|
||||
uchar *map= cs->sort_order;
|
||||
DBUG_ASSERT(len >= srclen);
|
||||
len= min(len,srclen);
|
||||
set_if_smaller(len, srclen);
|
||||
if (dest != src)
|
||||
{
|
||||
const uchar *end;
|
||||
|
|
Loading…
Add table
Reference in a new issue