summaryrefslogtreecommitdiff
path: root/strings/ctype-czech.c
diff options
context:
space:
mode:
authorbar@mysql.com <>2004-06-10 19:10:21 +0500
committerbar@mysql.com <>2004-06-10 19:10:21 +0500
commit34d413a6a0459f770f3c10e38f9e5820ac69bd9a (patch)
tree6b4077bc259e31398c158a35a49ae7ceaac96b12 /strings/ctype-czech.c
parent73411a2ed52f2d4c7a7eca19c0f2b4795fae688b (diff)
downloadmariadb-git-34d413a6a0459f770f3c10e38f9e5820ac69bd9a.tar.gz
Optimization to use less memory.
Diffstat (limited to 'strings/ctype-czech.c')
-rw-r--r--strings/ctype-czech.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/ctype-czech.c b/strings/ctype-czech.c
index dede737f361..3218fdee673 100644
--- a/strings/ctype-czech.c
+++ b/strings/ctype-czech.c
@@ -597,7 +597,8 @@ CHARSET_INFO my_charset_latin2_czech_ci =
NULL, /* sort_order_big*/
tab_8859_2_uni, /* tab_to_uni */
idx_uni_8859_2, /* tab_from_uni */
- "","",
+ NULL, /* state_map */
+ NULL, /* ident_map */
4, /* strxfrm_multiply */
1, /* mbminlen */
1, /* mbmaxlen */