diff options
author | Alexander Barkov <bar@mariadb.com> | 2020-08-23 15:55:50 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2020-08-23 15:55:50 +0400 |
commit | 6f42cae0a1dd005608ac808e63fcf29ddb09c8c6 (patch) | |
tree | f0de81e5e949aa06353560fee9468d545c727e57 /sql/item.h | |
parent | 6708e67acc7ff1ee05845fb223abdb3bc8702d80 (diff) | |
parent | 2e5d86f49e7ee538806fba68dc8c960d6acdd483 (diff) | |
download | mariadb-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.h | 2 |
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() |