~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/datetime.cc

  • Committer: Monty Taylor
  • Date: 2008-10-02 01:31:53 UTC
  • mfrom: (398.1.6 codestyle-new)
  • Revision ID: monty@inaugust.com-20081002013153-b097om921cd3j1pn
MergedĀ fromĀ stdint-includes-fix.

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;