~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/date.h

  • 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:
64
64
             const CHARSET_INFO * const charset);
65
65
  int  store(double nr);
66
66
  int  store(int64_t nr, bool unsigned_val);
67
 
  int store_time(type::Time *ltime, enum enum_drizzle_timestamp_type type);
 
67
  int store_time(type::Time *ltime, type::timestamp_t type);
68
68
  int reset(void) { ptr[0]=ptr[1]=ptr[2]=ptr[3]=0; return 0; }
69
69
  double val_real(void);
70
70
  int64_t val_int(void);