summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2018-12-08 19:39:23 +0400
committerAlexander Barkov <bar@mariadb.com>2018-12-10 19:25:12 +0400
commit34eb98387f8f46a80fb053081dbe20d415f23b39 (patch)
tree674bfd44acc89e741c26d788e614aa95a69c9936 /sql/item_subselect.h
parent5b3db87134bb0af2f04027c42971e560fbbf04ab (diff)
downloadmariadb-git-34eb98387f8f46a80fb053081dbe20d415f23b39.tar.gz
MDEV-13995 MAX(timestamp) returns a wrong result near DST change
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index 443354f4900..0e771bae42e 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -306,6 +306,7 @@ public:
double val_real();
longlong val_int ();
String *val_str (String *);
+ bool val_native(THD *thd, Native *);
my_decimal *val_decimal(my_decimal *);
bool val_bool();
bool get_date(THD *thd, MYSQL_TIME *ltime, date_mode_t fuzzydate);