summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2003-01-28 22:28:11 +0200
committerbell@sanja.is.com.ua <>2003-01-28 22:28:11 +0200
commitd0d375c437788527521ed7a0ebc8111e91d52c36 (patch)
treeb8f3ffb515393ff25f984ea3d6fc718f4f783ba4 /sql/item_cmpfunc.h
parentd39a2c0afcfdfe98b6c9b330584803d47842f616 (diff)
downloadmariadb-git-d0d375c437788527521ed7a0ebc8111e91d52c36.tar.gz
fixed memory leak in ROW code (SCRUM 577)
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index b003be06cb7..a624067c671 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -557,6 +557,7 @@ class in_row :public in_vector
cmp_item_row tmp;
public:
in_row(uint elements, Item *);
+ ~in_row();
void set(uint pos,Item *item);
byte *get_value(Item *item);
};