~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_time.h

  • Committer: Brian Aker
  • Date: 2008-07-13 22:45:08 UTC
  • Revision ID: brian@tangent.org-20080713224508-hb20z4okblotb39a
longlong replacement

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
enum enum_mysql_timestamp_type
79
79
str_to_datetime(const char *str, uint length, MYSQL_TIME *l_time,
80
80
                uint flags, int *was_cut);
81
 
longlong number_to_datetime(longlong nr, MYSQL_TIME *time_res,
 
81
int64_t number_to_datetime(int64_t nr, MYSQL_TIME *time_res,
82
82
                            uint flags, int *was_cut);
83
83
uint64_t TIME_to_uint64_t_datetime(const MYSQL_TIME *);
84
84
uint64_t TIME_to_uint64_t_date(const MYSQL_TIME *);