summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-01-16 17:38:38 +0200
committerGeorgi Kodinov <joro@sun.com>2009-01-16 17:38:38 +0200
commit4d8e73c8186e13d2136d15716cfeaedc55965e05 (patch)
treef0b8464ee2d3fcb57c8c4fe4de1ec5a91e090f3d /sql/item_func.h
parent47bd8d19fd9a6eb8d6a314452db4a916a84adae9 (diff)
parentbdec5458aebded82d52cb535810ad73be244b690 (diff)
downloadmariadb-git-4d8e73c8186e13d2136d15716cfeaedc55965e05.tar.gz
merged 5.0-bugteam -> 5.1-bugteam
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 512da28589a..e2937a4daf8 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -1335,6 +1335,7 @@ public:
longlong val_int_result();
String *str_result(String *str);
my_decimal *val_decimal_result(my_decimal *);
+ bool is_null_result();
bool update_hash(void *ptr, uint length, enum Item_result type,
CHARSET_INFO *cs, Derivation dv, bool unsigned_arg);
bool send(Protocol *protocol, String *str_arg);