mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
CSC#4385: slow sorting for UTF8 large table:
my_strnxfrm_utf8 now requires 2 bytes per character in filesort key, instead of 3 bytes per character. Shorter filesort keys make sorting faster.
This commit is contained in:
parent
e8ae338356
commit
9bb464487d
20 changed files with 58 additions and 16 deletions
|
|
@ -5454,6 +5454,7 @@ static MY_COLLATION_HANDLER my_collation_ci_handler =
|
|||
my_strnncoll_cp932,
|
||||
my_strnncollsp_cp932,
|
||||
my_strnxfrm_cp932,
|
||||
my_strnxfrmlen_simple,
|
||||
my_like_range_cp932,
|
||||
my_wildcmp_mb, /* wildcmp */
|
||||
my_strcasecmp_8bit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue