~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/microtime.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-20 15:04:56 UTC
  • mto: This revision was merged to the branch mainline in revision 2345.
  • Revision ID: olafvdspek@gmail.com-20110620150456-sxjqkvqg3p725y8z
RemoveĀ unusedĀ Field::sql_type()

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
  }
272
272
}
273
273
 
274
 
void Microtime::sql_type(String &res) const
275
 
{
276
 
  res.set_ascii(STRING_WITH_LEN("microsecond timestamp"));
277
 
}
278
 
 
279
274
void Microtime::set_time()
280
275
{
281
276
  Session *session= getTable() ? getTable()->in_use : current_session;