diff options
author | unknown <bar@mysql.com> | 2004-08-18 12:07:54 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2004-08-18 12:07:54 +0500 |
commit | eda663a155d6127d05bfd1beadc648136122b820 (patch) | |
tree | bd4ffe5d8f61ae489eb241d9de17f4b7500b31b4 /strings/ctype-ujis.c | |
parent | 74dc0adce57dc6c30c40dd80ffc3d97573f1d601 (diff) | |
download | mariadb-git-eda663a155d6127d05bfd1beadc648136122b820.tar.gz |
Many files:
LIKE crashed mysqld for binary collations in some cases
strings/ctype-big5.c:
LIKE crashed mysqld for binary collations in some cases
strings/ctype-euc_kr.c:
LIKE crashed mysqld for binary collations in some cases
strings/ctype-gb2312.c:
LIKE crashed mysqld for binary collations in some cases
strings/ctype-gbk.c:
LIKE crashed mysqld for binary collations in some cases
strings/ctype-latin1.c:
LIKE crashed mysqld for binary collations in some cases
strings/ctype-sjis.c:
LIKE crashed mysqld for binary collations in some cases
strings/ctype-tis620.c:
LIKE crashed mysqld for binary collations in some cases
strings/ctype-ucs2.c:
LIKE crashed mysqld for binary collations in some cases
strings/ctype-ujis.c:
LIKE crashed mysqld for binary collations in some cases
strings/ctype-utf8.c:
LIKE crashed mysqld for binary collations in some cases
sql/item_cmpfunc.cc:
LIKE crashed mysqld for binary collations in some cases
Diffstat (limited to 'strings/ctype-ujis.c')
-rw-r--r-- | strings/ctype-ujis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-ujis.c b/strings/ctype-ujis.c index 3f53a07f527..746c31f37a0 100644 --- a/strings/ctype-ujis.c +++ b/strings/ctype-ujis.c @@ -8502,7 +8502,7 @@ CHARSET_INFO my_charset_ujis_bin= ctype_ujis, to_lower_ujis, to_upper_ujis, - sort_order_ujis, + NULL, /* sort_order */ NULL, /* contractions */ NULL, /* sort_order_big*/ NULL, /* tab_to_uni */ |