summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-08-13 14:20:49 +0300
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-08-13 14:20:49 +0300
commit2ecc81cb308fd978dfa3719d3b88825ee5c7f76e (patch)
tree43314cb25a204c52085ce1dbc39ae8e94aa6bc68 /sql/item_func.h
parentd8f8b1cb0b0ca08c8ffbf95cb21fc508b95b5a84 (diff)
downloadmariadb-git-2ecc81cb308fd978dfa3719d3b88825ee5c7f76e.tar.gz
merge
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 834ecd60e21..15730516c71 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -1416,6 +1416,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();