~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/epoch.cc

  • Committer: Mark Atwood
  • Date: 2011-07-07 02:23:07 UTC
  • mfrom: (2318.6.116 refactor18)
  • Revision ID: me@mark.atwood.name-20110707022307-4db00nqaaczzc3jv
mergeĀ lp:~olafvdspek/drizzle/refactor18

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
bool Epoch::get_date(type::Time &ltime, uint32_t) const
279
279
{
280
280
  uint64_t temp;
281
 
  type::Time::epoch_t time_temp;
 
281
  type::epoch_t time_temp;
282
282
 
283
283
  unpack_num(temp);
284
284
  time_temp= temp;