1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Many files:

PRIMARY flag for built-in charsets
This commit is contained in:
bar@bar.mysql.r18.ru
2003-01-05 16:44:39 +04:00
parent 12a05a357a
commit 40c61f5763
10 changed files with 11 additions and 11 deletions

View File

@ -259,7 +259,7 @@ static int my_wildcmp_bin(CHARSET_INFO *cs,
static CHARSET_INFO my_charset_bin_st =
{
63, /* number */
MY_CS_COMPILED|MY_CS_BINSORT,/* state */
MY_CS_COMPILED|MY_CS_BINSORT|MY_CS_PRIMARY,/* state */
"binary", /* cs name */
"binary", /* name */
"", /* comment */