~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/datetime.h

  • Committer: Monty Taylor
  • Date: 2008-09-22 23:10:15 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: monty@inaugust.com-20080922231015-opvz2pv1hs340y2f
Remove typedef enum enum_drizzle_timestamp_type timestamp_type;

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  int  store(const char *to,uint length, const CHARSET_INFO * const charset);
41
41
  int  store(double nr);
42
42
  int  store(int64_t nr, bool unsigned_val);
43
 
  int store_time(DRIZZLE_TIME *ltime, timestamp_type type);
 
43
  int store_time(DRIZZLE_TIME *ltime, enum enum_drizzle_timestamp_type type);
44
44
  int reset(void)
45
45
  {
46
46
    ptr[0]=ptr[1]=ptr[2]=ptr[3]=ptr[4]=ptr[5]=ptr[6]=ptr[7]=0;