~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/datetime.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:
122
122
}
123
123
 
124
124
 
125
 
int Field_datetime::store_time(DRIZZLE_TIME *ltime,timestamp_type time_type)
 
125
int Field_datetime::store_time(DRIZZLE_TIME *ltime,
 
126
                               enum enum_drizzle_timestamp_type time_type)
126
127
{
127
128
  int64_t tmp;
128
129
  int error= 0;