mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Auto-merge from mysql-next-mr.
This commit is contained in:
@ -6669,9 +6669,8 @@ int Field_string::cmp(const uchar *a_ptr, const uchar *b_ptr)
|
||||
|
||||
void Field_string::sort_string(uchar *to,uint length)
|
||||
{
|
||||
IF_DBUG(uint tmp=) my_strnxfrm(field_charset,
|
||||
to, length,
|
||||
ptr, field_length);
|
||||
uint tmp __attribute__((unused))=
|
||||
my_strnxfrm(field_charset, to, length, ptr, field_length);
|
||||
DBUG_ASSERT(tmp == length);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user