diff options
author | holyfoot/hf@hfmain.(none) <> | 2007-06-25 14:28:30 +0500 |
---|---|---|
committer | holyfoot/hf@hfmain.(none) <> | 2007-06-25 14:28:30 +0500 |
commit | 0d7168602df578a959e47e51bc49d0308603fb26 (patch) | |
tree | 92ebe1a8c370f4ac63a8cf0804e3d98447a08cf3 /sql/item_cmpfunc.h | |
parent | 47d868c919a555f08a73dc3a14cec227677fe25c (diff) | |
parent | 576f2f8474ad13b643ef8214bfb2b45d47c8da29 (diff) | |
download | mariadb-git-0d7168602df578a959e47e51bc49d0308603fb26.tar.gz |
Merge bk@192.168.21.1:mysql-5.1-opt
into mysql.com:/home/hf/work/27084/my51-27084
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index 60f2ac6321d..1bc52ea093c 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -1142,18 +1142,7 @@ public: Item *find_item(String *str); CHARSET_INFO *compare_collation() { return cmp_collation.collation; } bool check_partition_func_processor(uchar *bool_arg) { return FALSE;} - void cleanup() - { - uint i; - DBUG_ENTER("Item_func_case::cleanup"); - Item_func::cleanup(); - for (i= 0; i <= (uint)DECIMAL_RESULT; i++) - { - delete cmp_items[i]; - cmp_items[i]= 0; - } - DBUG_VOID_RETURN; - } + void cleanup(); }; /* |