diff options
Diffstat (limited to 'mysys/my_handler.c')
-rw-r--r-- | mysys/my_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_handler.c b/mysys/my_handler.c index fe610b73fe9..af1bf7037f9 100644 --- a/mysys/my_handler.c +++ b/mysys/my_handler.c @@ -23,7 +23,7 @@ int mi_compare_text(CHARSET_INFO *charset_info, uchar *a, uint a_length, int flag; #ifdef USE_STRCOLL - if (use_strcoll(charset_info)) + if (use_strnxfrm(charset_info)) { if (part_key && b_length < a_length) a_length=b_length; |