mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 18:55:31 +02:00
MDEV-17203 Move fractional second truncation from Item_xxx_typecast::get_date() to Time and Datetime constructors
This commit is contained in:
parent
171fbbb968
commit
d93399746d
6 changed files with 68 additions and 59 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue