diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-12-03 16:56:36 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-12-03 16:56:36 +0200 |
commit | 5df7f9bc26ea53c0fd06f92082bcbec50548dc2c (patch) | |
tree | cb457647fa970697d7f0c52d6d1207897b9be8a0 /sql/item_func.h | |
parent | d85c3053625f7bd394e8f7954eb874a7c74ad2ea (diff) | |
download | mariadb-git-5df7f9bc26ea53c0fd06f92082bcbec50548dc2c.tar.gz |
Backport of bug #55564 to 5.0-security
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 47a13559e90..ccab6c855c6 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -1300,6 +1300,7 @@ public: my_decimal *val_decimal(my_decimal *); double val_result(); longlong val_int_result(); + bool val_bool_result(); String *str_result(String *str); my_decimal *val_decimal_result(my_decimal *); bool is_null_result(); |