diff options
author | Georgi Kodinov <joro@sun.com> | 2009-01-16 17:38:38 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-01-16 17:38:38 +0200 |
commit | 4d8e73c8186e13d2136d15716cfeaedc55965e05 (patch) | |
tree | f0b8464ee2d3fcb57c8c4fe4de1ec5a91e090f3d /sql/item_func.h | |
parent | 47bd8d19fd9a6eb8d6a314452db4a916a84adae9 (diff) | |
parent | bdec5458aebded82d52cb535810ad73be244b690 (diff) | |
download | mariadb-git-4d8e73c8186e13d2136d15716cfeaedc55965e05.tar.gz |
merged 5.0-bugteam -> 5.1-bugteam
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 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); |