diff options
author | unknown <bar@mysql.com> | 2006-03-23 10:19:55 +0400 |
---|---|---|
committer | unknown <bar@mysql.com> | 2006-03-23 10:19:55 +0400 |
commit | c25669a810c70f3d20746cafa49eb0f47b930dc3 (patch) | |
tree | 3848e22609cd29322a2267cde260112ad013eb91 /strings | |
parent | 4ab459ce795a7999b79817abc035f73d63c972fd (diff) | |
parent | 859aa2f24fb31d5b88c219c7b21e6ddd4977bf0d (diff) | |
download | mariadb-git-c25669a810c70f3d20746cafa49eb0f47b930dc3.tar.gz |
Merge mysql.com:/usr/home/bar/mysql-5.0
into mysql.com:/usr/home/bar/mysql-5.1-new
include/m_ctype.h:
Auto merged
strings/ctype-bin.c:
Auto merged
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-bin.c | 8 | ||||
-rw-r--r-- | strings/ctype-czech.c | 2 |
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, |