mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-17288 Replace Item_func::get_arg0_date() to Date/Datetime methods
This commit is contained in:
@ -120,7 +120,7 @@ int my_time_compare(const MYSQL_TIME *a, const MYSQL_TIME *b);
|
||||
void localtime_to_TIME(MYSQL_TIME *to, struct tm *from);
|
||||
|
||||
void calc_time_from_sec(MYSQL_TIME *to, ulong seconds, ulong microseconds);
|
||||
uint calc_week(MYSQL_TIME *l_time, uint week_behaviour, uint *year);
|
||||
uint calc_week(const MYSQL_TIME *l_time, uint week_behaviour, uint *year);
|
||||
|
||||
int calc_weekday(long daynr,bool sunday_first_day_of_week);
|
||||
bool parse_date_time_format(timestamp_type format_type,
|
||||
|
Reference in New Issue
Block a user