mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02: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)
|
const uchar *src, uint srclen)
|
||||||
{
|
{
|
||||||
uchar *map= cs->sort_order;
|
uchar *map= cs->sort_order;
|
||||||
DBUG_ASSERT(len >= srclen);
|
set_if_smaller(len, srclen);
|
||||||
len= min(len,srclen);
|
|
||||||
if (dest != src)
|
if (dest != src)
|
||||||
{
|
{
|
||||||
const uchar *end;
|
const uchar *end;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue