mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
New fields in CHARSET_INFO structure to optimize searching for
binary and primary collations in the future
This commit is contained in:
@ -295,7 +295,7 @@ static int my_strnxfrm_bin(CHARSET_INFO *cs __attribute__((unused)),
|
||||
|
||||
CHARSET_INFO my_charset_bin =
|
||||
{
|
||||
63, /* number */
|
||||
63,0,0, /* number */
|
||||
MY_CS_COMPILED|MY_CS_BINSORT|MY_CS_PRIMARY,/* state */
|
||||
"binary", /* cs name */
|
||||
"binary", /* name */
|
||||
|
Reference in New Issue
Block a user