mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type control to "fuzzydate"
This commit is contained in:
@ -7696,7 +7696,7 @@ Query_arena_stmt::~Query_arena_stmt()
|
||||
|
||||
|
||||
bool THD::timestamp_to_TIME(MYSQL_TIME *ltime, my_time_t ts,
|
||||
ulong sec_part, ulonglong fuzzydate)
|
||||
ulong sec_part, date_mode_t fuzzydate)
|
||||
{
|
||||
time_zone_used= 1;
|
||||
if (ts == 0 && sec_part == 0)
|
||||
|
Reference in New Issue
Block a user