~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/timestamp.h

  • Committer: Monty Taylor
  • Date: 2008-07-31 18:25:59 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080731182559-txjt9f3dfhusxfp8
Renamed MYSQL_TIME to DRIZZLE_TIME.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
#endif
82
82
      longstore(ptr,(uint32_t) timestamp);
83
83
  }
84
 
  bool get_date(MYSQL_TIME *ltime,uint fuzzydate);
85
 
  bool get_time(MYSQL_TIME *ltime);
 
84
  bool get_date(DRIZZLE_TIME *ltime,uint fuzzydate);
 
85
  bool get_time(DRIZZLE_TIME *ltime);
86
86
  timestamp_auto_set_type get_auto_set_type() const;
87
87
};
88
88