diff options
author | dlenev@mysql.com <> | 2005-05-09 16:21:57 +0400 |
---|---|---|
committer | dlenev@mysql.com <> | 2005-05-09 16:21:57 +0400 |
commit | e7f29e190426d938ae459eb3251127304c872602 (patch) | |
tree | 913aa03dab8cd22c346d20e8c9d8a62f3e1b127b /sql/item_func.h | |
parent | 1e889f3beba0f167b6b14ac63ded740f7fa0bf8c (diff) | |
parent | 12621f349b5eec8605f3c3993abcaf32b849a712 (diff) | |
download | mariadb-git-e7f29e190426d938ae459eb3251127304c872602.tar.gz |
Manual merge of fix for bug #9913 into 5.0 tree.
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index cdc03a166c5..b53f2a0b9c6 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -879,6 +879,7 @@ public: fixed= 1; return res; } + void cleanup(); Item_result result_type () const { return udf.result_type(); } table_map not_null_tables() const { return 0; } }; |