diff options
author | svoj@mysql.com <> | 2005-08-02 14:27:52 +0500 |
---|---|---|
committer | svoj@mysql.com <> | 2005-08-02 14:27:52 +0500 |
commit | 315e4efc3fb7bb4e9c8e6600f71ac37f3e75790f (patch) | |
tree | 82125d664e36a152126421ced3b1b6e6dc16a926 /strings | |
parent | da33db7558ba126c6110a53f66e00a166547b899 (diff) | |
download | mariadb-git-315e4efc3fb7bb4e9c8e6600f71ac37f3e75790f.tar.gz |
Fix for BUG#12075.
FULLTEXT non-functional for big5 strings
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-big5.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/strings/ctype-big5.c b/strings/ctype-big5.c index b467c8c5ba3..73e3efd09a7 100644 --- a/strings/ctype-big5.c +++ b/strings/ctype-big5.c @@ -61,12 +61,12 @@ static uchar NEAR ctype_big5[257] = 2,2,2,2,2,2,2,2,2,2,2,16,16,16,16,32, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, - 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, + 0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, + 3,3,3,3,3,3,3,3,3,3,0,0,0,0,0,0, }; static uchar NEAR to_lower_big5[]= |