mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Some charset code clean-ups
This commit is contained in:
@ -976,7 +976,7 @@ get_mm_leaf(PARAM *param, Field *field, KEY_PART *key_part,
|
||||
&min_length,&max_length);
|
||||
else
|
||||
{
|
||||
CHARSET_INFO *charset=((Field_str*)(field))->charset();
|
||||
CHARSET_INFO *charset=field->charset();
|
||||
#ifdef USE_STRCOLL
|
||||
if (use_strnxfrm(charset))
|
||||
like_error= my_like_range(charset,
|
||||
|
Reference in New Issue
Block a user