diff options
author | hf@deer.(none) <> | 2004-01-20 20:55:47 +0400 |
---|---|---|
committer | hf@deer.(none) <> | 2004-01-20 20:55:47 +0400 |
commit | 37abf689ecedcc377370697bb13a570d6d8c392e (patch) | |
tree | 38b07f5cc9271b9d99a946af98e1ce00eeaaa2e9 /sql/item_row.h | |
parent | 7dda8c102f88de1578e343d508374b60b0cfe5fa (diff) | |
download | mariadb-git-37abf689ecedcc377370697bb13a570d6d8c392e.tar.gz |
Pack of changes about 'cleanup()'-s
Some errorneous code trimmed
Diffstat (limited to 'sql/item_row.h')
-rw-r--r-- | sql/item_row.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sql/item_row.h b/sql/item_row.h index 1b792f981fd..f87b4f66e80 100644 --- a/sql/item_row.h +++ b/sql/item_row.h @@ -34,16 +34,6 @@ public: with_null(0) {} - void cleanup() - { - if (array_holder && items) - { - sql_element_free(items); - items= 0; - array_holder= 0; - } - } - enum Type type() const { return ROW_ITEM; }; void illegal_method_call(const char *); bool is_null() { return null_value; } |