mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
New fields in CHARSET_INFO structure to optimize searching for
binary and primary collations in the future
This commit is contained in:
parent
64d48cd6d1
commit
a6597812a8
18 changed files with 116 additions and 56 deletions
|
|
@ -642,7 +642,7 @@ static my_bool my_like_range_win1250ch(CHARSET_INFO *cs __attribute__((unused)),
|
|||
|
||||
CHARSET_INFO my_charset_win1250ch =
|
||||
{
|
||||
34, /* number */
|
||||
34,0,0, /* number */
|
||||
MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */
|
||||
"cp1250", /* cs name */
|
||||
"cp1250_czech", /* name */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue