diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-03-14 18:08:12 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-03-14 18:08:12 +0400 |
commit | aeb47edbbc10addaf7b551b8f2de17142f3ad269 (patch) | |
tree | da8de3c08ddcdfb12acc6f34445b02a681926a01 /strings/ctype-ujis.c | |
parent | 13d28097e7174546409f8757cbed937d9c1ab5a6 (diff) | |
download | mariadb-git-aeb47edbbc10addaf7b551b8f2de17142f3ad269.tar.gz |
Every charset now have its own parser state arrays
Diffstat (limited to 'strings/ctype-ujis.c')
-rw-r--r-- | strings/ctype-ujis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-ujis.c b/strings/ctype-ujis.c index 6c238d50dcc..4930c6f95aa 100644 --- a/strings/ctype-ujis.c +++ b/strings/ctype-ujis.c @@ -8443,6 +8443,7 @@ CHARSET_INFO my_charset_ujis = sort_order_ujis, NULL, /* tab_to_uni */ NULL, /* tab_from_uni */ + "","", 0, /* strxfrm_multiply */ my_strnncoll_simple,/* strnncoll */ my_strnncollsp_simple, |