summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorbar@mysql.com <>2006-03-23 10:19:55 +0400
committerbar@mysql.com <>2006-03-23 10:19:55 +0400
commit6ab496ac06b7744580f45a733da848a7387a8ac7 (patch)
tree3848e22609cd29322a2267cde260112ad013eb91 /strings
parentd735a6096485a587b3bac3db8e46346b84e8d128 (diff)
parent82de23010b461f2cbab886a6e31b22a5b91b2249 (diff)
downloadmariadb-git-6ab496ac06b7744580f45a733da848a7387a8ac7.tar.gz
Merge mysql.com:/usr/home/bar/mysql-5.0
into mysql.com:/usr/home/bar/mysql-5.1-new
Diffstat (limited to 'strings')
-rw-r--r--strings/ctype-bin.c8
-rw-r--r--strings/ctype-czech.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/strings/ctype-bin.c b/strings/ctype-bin.c
index 557f8f76647..297365c19e5 100644
--- a/strings/ctype-bin.c
+++ b/strings/ctype-bin.c
@@ -295,10 +295,10 @@ void my_hash_sort_bin(CHARSET_INFO *cs __attribute__((unused)),
#define INC_PTR(cs,A,B) (A)++
-static int my_wildcmp_bin(CHARSET_INFO *cs,
- const char *str,const char *str_end,
- const char *wildstr,const char *wildend,
- int escape, int w_one, int w_many)
+int my_wildcmp_bin(CHARSET_INFO *cs,
+ const char *str,const char *str_end,
+ const char *wildstr,const char *wildend,
+ int escape, int w_one, int w_many)
{
int result= -1; /* Not found, using wildcards */
diff --git a/strings/ctype-czech.c b/strings/ctype-czech.c
index fa3a3bf53fe..8f65825ece5 100644
--- a/strings/ctype-czech.c
+++ b/strings/ctype-czech.c
@@ -595,7 +595,7 @@ static MY_COLLATION_HANDLER my_collation_latin2_czech_ci_handler =
my_strnxfrm_czech,
my_strnxfrmlen_simple,
my_like_range_czech,
- my_wildcmp_8bit,
+ my_wildcmp_bin,
my_strcasecmp_8bit,
my_instr_simple,
my_hash_sort_simple,