summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-12-03 16:56:36 +0200
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-12-03 16:56:36 +0200
commit5df7f9bc26ea53c0fd06f92082bcbec50548dc2c (patch)
treecb457647fa970697d7f0c52d6d1207897b9be8a0 /sql/item_func.h
parentd85c3053625f7bd394e8f7954eb874a7c74ad2ea (diff)
downloadmariadb-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.h1
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();