summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-06-19 13:26:39 +0300
committerbell@sanja.is.com.ua <>2004-06-19 13:26:39 +0300
commita19b0f0a8edd650c920a26f51869dfb0af10a382 (patch)
treede0668df4035239b5c431106c9ad56c9a3a43d47 /sql/item_cmpfunc.h
parent7997372aa2df75e1ddde34bdb50d5422c61b6fab (diff)
downloadmariadb-git-a19b0f0a8edd650c920a26f51869dfb0af10a382.tar.gz
cleanup for Item_func_regex (Bug #4199)
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index ef80c060c03..b9214f59867 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -869,7 +869,7 @@ class Item_func_regex :public Item_bool_func
public:
Item_func_regex(Item *a,Item *b) :Item_bool_func(a,b),
regex_compiled(0),regex_is_const(0) {}
- ~Item_func_regex();
+ void cleanup();
longlong val_int();
bool fix_fields(THD *thd, struct st_table_list *tlist, Item **ref);
const char *func_name() const { return "regexp"; }