summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2020-08-23 15:55:50 +0400
committerAlexander Barkov <bar@mariadb.com>2020-08-23 15:55:50 +0400
commit6f42cae0a1dd005608ac808e63fcf29ddb09c8c6 (patch)
treef0de81e5e949aa06353560fee9468d545c727e57 /sql/item.h
parent6708e67acc7ff1ee05845fb223abdb3bc8702d80 (diff)
parent2e5d86f49e7ee538806fba68dc8c960d6acdd483 (diff)
downloadmariadb-git-6f42cae0a1dd005608ac808e63fcf29ddb09c8c6.tar.gz
Merge remote-tracking branch 'origin/10.4' into 10.5
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h
index e66d815d484..e872335bb77 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -3474,6 +3474,8 @@ public:
longlong val_int_endpoint(bool left_endp, bool *incl_endp);
bool get_date(THD *thd, MYSQL_TIME *ltime, date_mode_t fuzzydate);
bool get_date_result(THD *thd, MYSQL_TIME *ltime,date_mode_t fuzzydate);
+ longlong val_datetime_packed(THD *thd);
+ longlong val_time_packed(THD *thd);
bool is_null() { return field->is_null(); }
void update_null_value();
void update_table_bitmaps()