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/sql_udf.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/sql_udf.h')
-rw-r--r-- | sql/sql_udf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_udf.h b/sql/sql_udf.h index 2a7c06e1891..4df3fe0949d 100644 --- a/sql/sql_udf.h +++ b/sql/sql_udf.h @@ -67,6 +67,7 @@ class udf_handler :public Sql_alloc bool get_arguments(); bool fix_fields(THD *thd,struct st_table_list *tlist,Item_result_field *item, uint arg_count,Item **args); + void cleanup(); double val(my_bool *null_value) { if (get_arguments()) |