~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/date.cc

  • 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:
135
135
}
136
136
 
137
137
 
138
 
int Field_newdate::store_time(DRIZZLE_TIME *ltime,timestamp_type time_type)
 
138
int Field_newdate::store_time(DRIZZLE_TIME *ltime,
 
139
                              enum enum_drizzle_timestamp_type time_type)
139
140
{
140
141
  long tmp;
141
142
  int error= 0;