859
859
my_time_t TIME_to_timestamp(THD *thd, const DRIZZLE_TIME *t, bool *not_exist);
860
860
bool str_to_time_with_warn(const char *str,uint length,DRIZZLE_TIME *l_time);
862
862
DRIZZLE_TIME *l_time, uint flags);
863
863
void localtime_to_TIME(DRIZZLE_TIME *to, struct tm *from);
864
864
void calc_time_from_sec(DRIZZLE_TIME *to, long seconds, long microseconds);
866
866
void make_truncated_value_warning(THD *thd, DRIZZLE_ERROR::enum_warning_level level,
871
871
bool date_add_interval(DRIZZLE_TIME *ltime, interval_type int_type, INTERVAL interval);