diff options
author | unknown <dlenev@mysql.com> | 2005-05-09 16:21:57 +0400 |
---|---|---|
committer | unknown <dlenev@mysql.com> | 2005-05-09 16:21:57 +0400 |
commit | cb598b10f056e9b93577dc0ca84a7924c06d2904 (patch) | |
tree | 913aa03dab8cd22c346d20e8c9d8a62f3e1b127b /sql/sql_udf.h | |
parent | d6f7a337e7b20c25bf46e5ea2a470983a4efa71c (diff) | |
parent | dad8efdf6b71eab2f339552053537396a37e00fa (diff) | |
download | mariadb-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.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()) |