diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-17 10:30:16 +0400 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-17 10:30:16 +0400 |
commit | e95e23b0f3305d498b49809af5793415964afc65 (patch) | |
tree | cb20b9f192e4db85bad99d431083278909cfe454 /sql/item_func.h | |
parent | 497ccd6b87b9978fadac6c48d4ae6bd2f689feb7 (diff) | |
parent | 5198354584e56682e5d5b87ee680582aac44ea61 (diff) | |
download | mariadb-git-e95e23b0f3305d498b49809af5793415964afc65.tar.gz |
Merge bk@192.168.21.1:mysql-5.0-opt
into mysql.com:/home/hf/work/mysql-5.0-0mrg
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 f887ba6a7cd..9d94bc85d2c 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); }; |