diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-03-05 16:43:10 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-03-05 16:43:10 +0400 |
commit | b3993c1b30d7411f57b26a7f7f1df3ee5b5d00af (patch) | |
tree | 52371dd625fda3d1fb00ecdd6e3cb8260fabeb66 /strings/ctype-win1250ch.c | |
parent | a55145920067bf09db11eb349d63ffc47ff8e21a (diff) | |
download | mariadb-git-b3993c1b30d7411f57b26a7f7f1df3ee5b5d00af.tar.gz |
New fields in CHARSET_INFO structure to optimize searching for
binary and primary collations in the future
Diffstat (limited to 'strings/ctype-win1250ch.c')
-rw-r--r-- | strings/ctype-win1250ch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-win1250ch.c b/strings/ctype-win1250ch.c index 467d1ba4c91..978a5e8a55b 100644 --- a/strings/ctype-win1250ch.c +++ b/strings/ctype-win1250ch.c @@ -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 */ |