mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type control to "fuzzydate"
This commit is contained in:
@ -654,7 +654,7 @@ my_time_t
|
||||
add_interval(MYSQL_TIME *ltime, const Time_zone *time_zone,
|
||||
interval_type scale, INTERVAL interval)
|
||||
{
|
||||
if (date_add_interval(ltime, scale, interval))
|
||||
if (date_add_interval(current_thd, ltime, scale, interval))
|
||||
return 0;
|
||||
|
||||
uint not_used;
|
||||
|
Reference in New Issue
Block a user