summaryrefslogtreecommitdiff
path: root/sql/sql_time.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2018-09-16 12:40:57 +0400
committerAlexander Barkov <bar@mariadb.com>2018-09-16 12:41:48 +0400
commitd93399746df8a730109c7363eaf0502923a39e02 (patch)
tree793d2a8d197ec2679ffe49a642b31666103c7203 /sql/sql_time.h
parent171fbbb968ed52dc7e2bbd33a6f8f72bbc6f5e88 (diff)
downloadmariadb-git-d93399746df8a730109c7363eaf0502923a39e02.tar.gz
MDEV-17203 Move fractional second truncation from Item_xxx_typecast::get_date() to Time and Datetime constructors
Diffstat (limited to 'sql/sql_time.h')
-rw-r--r--sql/sql_time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_time.h b/sql/sql_time.h
index 862289ffdf1..47c057cd9b5 100644
--- a/sql/sql_time.h
+++ b/sql/sql_time.h
@@ -168,8 +168,6 @@ check_date(const MYSQL_TIME *ltime, ulonglong flags, int *was_cut)
}
bool check_date_with_warn(const MYSQL_TIME *ltime, ulonglong fuzzy_date,
timestamp_type ts_type);
-bool make_date_with_warn(MYSQL_TIME *ltime,
- ulonglong fuzzy_date, timestamp_type ts_type);
bool adjust_time_range_with_warn(MYSQL_TIME *ltime, uint dec);
longlong pack_time(const MYSQL_TIME *my_time);