~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/time.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:
265
265
  }
266
266
}
267
267
 
268
 
void Time::sql_type(String &res) const
269
 
{
270
 
  res.set_ascii(STRING_WITH_LEN("timestamp"));
271
 
}
272
 
 
273
268
long Time::get_timestamp(bool *null_value) const
274
269
{
275
270
  if ((*null_value= is_null()))