diff options
author | bar@mysql.com <> | 2006-03-23 10:25:04 +0400 |
---|---|---|
committer | bar@mysql.com <> | 2006-03-23 10:25:04 +0400 |
commit | b372b28e1f2b36714d090def1c5abfc842d55147 (patch) | |
tree | 0d7036878ccff8af49417ca348f84530ee4a48a7 /include | |
parent | 68c2dffb02934a62d230182b976762bf91974157 (diff) | |
parent | 6ab496ac06b7744580f45a733da848a7387a8ac7 (diff) | |
download | mariadb-git-b372b28e1f2b36714d090def1c5abfc842d55147.tar.gz |
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/usr/home/bar/mysql-5.1-new
Diffstat (limited to 'include')
-rw-r--r-- | include/m_ctype.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h index 2945faa541e..1ea4f85deed 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -378,6 +378,11 @@ int my_wildcmp_8bit(CHARSET_INFO *, const char *wildstr,const char *wildend, int escape, int w_one, int w_many); +int my_wildcmp_bin(CHARSET_INFO *, + const char *str,const char *str_end, + const char *wildstr,const char *wildend, + int escape, int w_one, int w_many); + uint my_numchars_8bit(CHARSET_INFO *, const char *b, const char *e); uint my_numcells_8bit(CHARSET_INFO *, const char *b, const char *e); uint my_charpos_8bit(CHARSET_INFO *, const char *b, const char *e, uint pos); |