summaryrefslogtreecommitdiff
path: root/strings/ctype-czech.c
diff options
context:
space:
mode:
authorbar@bar.mysql.r18.ru <>2003-09-19 15:18:19 +0500
committerbar@bar.mysql.r18.ru <>2003-09-19 15:18:19 +0500
commite0a0790ebb583a76343e258b6a24aad11abd9b7a (patch)
treea720cfa7596cc981bc05e41c0c8c4a6103870eaa /strings/ctype-czech.c
parente89e3ff753220d161419f66852a3990b8d198f3a (diff)
downloadmariadb-git-e0a0790ebb583a76343e258b6a24aad11abd9b7a.tar.gz
Fixed that multibyte charsets didn't honor multibyte
sequence boundaries in functions LIKE and LOCATE in the case of "binary" collation. Comparison was done like if the strings were just a binary strings without character set assumption.
Diffstat (limited to 'strings/ctype-czech.c')
-rw-r--r--strings/ctype-czech.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-czech.c b/strings/ctype-czech.c
index 2398bc33d45..b2e4f1886ed 100644
--- a/strings/ctype-czech.c
+++ b/strings/ctype-czech.c
@@ -612,6 +612,7 @@ static MY_COLLATION_HANDLER my_collation_latin2_czech_ci_handler =
my_like_range_czech,
my_wildcmp_8bit,
my_strcasecmp_8bit,
+ my_instr_simple,
my_hash_sort_simple,
};