diff options
author | unknown <bar@bar.mysql.r18.ru> | 2002-11-14 17:25:34 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2002-11-14 17:25:34 +0400 |
commit | fd5b16374c34d7487419a85b5d02f4edb82c07dc (patch) | |
tree | ac7a7155bbf07592a372cb46d41ad3fea93f914c /sql/sql_string.h | |
parent | 5a8c6a33c22ed68acdccbde0649420cd8a80ad9d (diff) | |
download | mariadb-git-fd5b16374c34d7487419a85b5d02f4edb82c07dc.tar.gz |
wild_case_compate(&String, &String, escape) doesn't exist anymor
Diffstat (limited to 'sql/sql_string.h')
-rw-r--r-- | sql/sql_string.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/sql_string.h b/sql/sql_string.h index d9dce95e0a2..42f9e446981 100644 --- a/sql/sql_string.h +++ b/sql/sql_string.h @@ -28,8 +28,6 @@ class String; int sortcmp(const String *a,const String *b); int stringcmp(const String *a,const String *b); String *copy_if_not_alloced(String *a,String *b,uint32 arg_length); -int wild_case_compare(String &match,String &wild,char escape); -int wild_compare(String &match,String &wild,char escape); class String { @@ -208,8 +206,6 @@ public: friend int sortcmp(const String *a,const String *b); friend int stringcmp(const String *a,const String *b); friend String *copy_if_not_alloced(String *a,String *b,uint32 arg_length); - friend int wild_case_compare(String &match,String &wild,char escape); - friend int wild_compare(String &match,String &wild,char escape); uint32 numchars(); int charpos(int i,uint32 offset=0); |