1
0
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:
bar@bar.mysql.r18.ru
2003-03-05 16:43:10 +04:00
parent 4f930a7c2a
commit f5d6b4952f
18 changed files with 116 additions and 56 deletions

View File

@ -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 */