diff options
author | unknown <dlenev@mysql.com> | 2005-05-09 12:18:19 +0400 |
---|---|---|
committer | unknown <dlenev@mysql.com> | 2005-05-09 12:18:19 +0400 |
commit | dad8efdf6b71eab2f339552053537396a37e00fa (patch) | |
tree | 0f6cb59ac2969b243c5a97756b88ef487b6e4c6d /sql/item_func.h | |
parent | 27da9ccc50385db34f5d7f4c2d2ede0dcaf53bb6 (diff) | |
parent | e6ce543f051a2d9dc3ddfaecc4397cdd526701bd (diff) | |
download | mariadb-git-dad8efdf6b71eab2f339552053537396a37e00fa.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/dlenev/src/mysql-4.1-bg9913
sql/item_func.cc:
Auto merged
sql/item_func.h:
Auto merged
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 288db3a148c..885e2383290 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -783,6 +783,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; } }; |