summaryrefslogtreecommitdiff
path: root/strings/ctype-win1250ch.c
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2004-06-10 19:10:21 +0500
committerunknown <bar@mysql.com>2004-06-10 19:10:21 +0500
commitd8f0df52d307ba3d1aea9c3d9a125c9439e22e33 (patch)
tree6b4077bc259e31398c158a35a49ae7ceaac96b12 /strings/ctype-win1250ch.c
parent7ece3c749152fd9a5df821398852a4cb02ec13a2 (diff)
downloadmariadb-git-d8f0df52d307ba3d1aea9c3d9a125c9439e22e33.tar.gz
Optimization to use less memory.
Diffstat (limited to 'strings/ctype-win1250ch.c')
-rw-r--r--strings/ctype-win1250ch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/strings/ctype-win1250ch.c b/strings/ctype-win1250ch.c
index bb287eb695e..670318a082e 100644
--- a/strings/ctype-win1250ch.c
+++ b/strings/ctype-win1250ch.c
@@ -631,7 +631,8 @@ CHARSET_INFO my_charset_cp1250_czech_ci =
NULL, /* sort_order_big*/
tab_cp1250_uni, /* tab_to_uni */
idx_uni_cp1250, /* tab_from_uni */
- "","",
+ NULL, /* state_map */
+ NULL, /* ident_map */
2, /* strxfrm_multiply */
1, /* mbminlen */
1, /* mbmaxlen */