summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-11-28 20:59:57 +0100
committermsvensson@neptunus.(none) <>2006-11-28 20:59:57 +0100
commit04d5a42bbfb36e614512d692a34130242d345175 (patch)
treeabd103946cab0eae83e36388b799bb0e86227ee3 /sql/item_func.h
parentcc2821944fcceb54080230acb057c627a5c288ed (diff)
parent648e86e10849f5d31c9592d6173ac8f1c2b453aa (diff)
downloadmariadb-git-04d5a42bbfb36e614512d692a34130242d345175.tar.gz
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 01a90ae1744..4379c542e63 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -953,6 +953,7 @@ public:
Item_result result_type () const { return udf.result_type(); }
table_map not_null_tables() const { return 0; }
bool is_expensive() { return 1; }
+ void print(String *str);
};