summaryrefslogtreecommitdiff
path: root/sql/sql_udf.h
diff options
context:
space:
mode:
authorunknown <dlenev@mysql.com>2005-05-09 16:21:57 +0400
committerunknown <dlenev@mysql.com>2005-05-09 16:21:57 +0400
commitcb598b10f056e9b93577dc0ca84a7924c06d2904 (patch)
tree913aa03dab8cd22c346d20e8c9d8a62f3e1b127b /sql/sql_udf.h
parentd6f7a337e7b20c25bf46e5ea2a470983a4efa71c (diff)
parentdad8efdf6b71eab2f339552053537396a37e00fa (diff)
downloadmariadb-git-cb598b10f056e9b93577dc0ca84a7924c06d2904.tar.gz
Manual merge of fix for bug #9913 into 5.0 tree.
mysql-test/t/range.test: Auto merged scripts/mysql_install_db.sh: Auto merged sql/item_func.h: Auto merged sql/item_sum.cc: Auto merged sql/item_sum.h: Auto merged sql/sql_udf.h: Auto merged mysql-test/r/mysqldump.result: Manual merge. mysql-test/t/mysqldump.test: Manual merge.
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())