~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

Merged from Toru - removal of my_time_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
uint32_t convert_month_to_period(uint32_t month);
263
263
void get_date_from_daynr(long daynr,uint32_t *year, uint32_t *month,
264
264
                         uint32_t *day);
265
 
my_time_t TIME_to_timestamp(Session *session, const DRIZZLE_TIME *t, bool *not_exist);
 
265
time_t TIME_to_timestamp(Session *session, const DRIZZLE_TIME *t, bool *not_exist);
266
266
bool str_to_time_with_warn(const char *str,uint32_t length,DRIZZLE_TIME *l_time);
267
267
enum enum_drizzle_timestamp_type str_to_datetime_with_warn(const char *str, uint32_t length,
268
268
                                         DRIZZLE_TIME *l_time, uint32_t flags);