~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/timestamp.h

Merged from Toru - removal of my_time_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
  /* Get TIMESTAMP field value as seconds since begging of Unix Epoch */
59
59
  long get_timestamp(bool *null_value);
60
 
  void store_timestamp(my_time_t timestamp);
 
60
  void store_timestamp(time_t timestamp);
61
61
  bool get_date(DRIZZLE_TIME *ltime,uint32_t fuzzydate);
62
62
  bool get_time(DRIZZLE_TIME *ltime);
63
63
  timestamp_auto_set_type get_auto_set_type() const;