diff options
author | bar@bar.mysql.r18.ru <> | 2002-11-14 17:25:34 +0400 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2002-11-14 17:25:34 +0400 |
commit | 660f52ab26fab8857eb0043656abcd6457fb05bd (patch) | |
tree | ac7a7155bbf07592a372cb46d41ad3fea93f914c /sql/sql_string.h | |
parent | 76ed2fc40a16441fec494f442576f222e9cf9b01 (diff) | |
download | mariadb-git-660f52ab26fab8857eb0043656abcd6457fb05bd.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); |