diff options
author | monty@mysql.com <> | 2004-06-10 11:59:45 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-06-10 11:59:45 +0300 |
commit | ff223db0fe29829f6131f8145a87af92833e5bb4 (patch) | |
tree | 1899e10015ceea27466380baa0f763700a85cb5d /sql/item_cmpfunc.h | |
parent | c56a16b5980e4bfb7348fc447776b6f2abc07d11 (diff) | |
parent | 5725831c73382f55863c59f0912c78ec37824582 (diff) | |
download | mariadb-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.h | 1 |
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 *); |