~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/decimal.cc

  • Committer: Brian Aker
  • Date: 2011-01-20 15:27:43 UTC
  • mfrom: (2097.1.7 drizzle-build)
  • Revision ID: brian@tangent.org-20110120152743-x88aq1sj1k9andwm
Merge of all of the time fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
 
259
259
 
260
260
int Field_decimal::store_time(type::Time *ltime,
261
 
                              enum enum_drizzle_timestamp_type )
 
261
                              type::timestamp_t )
262
262
{
263
263
  type::Decimal decimal_value;
264
264
  return store_value(date2_class_decimal(ltime, &decimal_value));