summaryrefslogtreecommitdiff
path: root/sql/sql_udf.h
diff options
context:
space:
mode:
authordlenev@mysql.com <>2005-05-09 16:21:57 +0400
committerdlenev@mysql.com <>2005-05-09 16:21:57 +0400
commite7f29e190426d938ae459eb3251127304c872602 (patch)
tree913aa03dab8cd22c346d20e8c9d8a62f3e1b127b /sql/sql_udf.h
parent1e889f3beba0f167b6b14ac63ded740f7fa0bf8c (diff)
parent12621f349b5eec8605f3c3993abcaf32b849a712 (diff)
downloadmariadb-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.h1
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())