summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-06-10 11:59:45 +0300
committermonty@mysql.com <>2004-06-10 11:59:45 +0300
commitff223db0fe29829f6131f8145a87af92833e5bb4 (patch)
tree1899e10015ceea27466380baa0f763700a85cb5d /sql/item_cmpfunc.h
parentc56a16b5980e4bfb7348fc447776b6f2abc07d11 (diff)
parent5725831c73382f55863c59f0912c78ec37824582 (diff)
downloadmariadb-git-ff223db0fe29829f6131f8145a87af92833e5bb4.tar.gz
Merge with 3.23 to get latest bug fixes
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 9f19e7575d5..a0bcd864d4b 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -583,7 +583,6 @@ public:
Item_cond() : Item_bool_func(), abort_on_null(1) { const_item_cache=0; }
Item_cond(Item *i1,Item *i2) :Item_bool_func(), abort_on_null(0)
{ list.push_back(i1); list.push_back(i2); }
- ~Item_cond() { list.delete_elements(); }
bool add(Item *item) { return list.push_back(item); }
bool fix_fields(THD *,struct st_table_list *);