~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/fdecimal.h

  • Committer: Monty Taylor
  • Date: 2008-09-22 23:10:15 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: monty@inaugust.com-20080922231015-opvz2pv1hs340y2f
Remove typedef enum enum_drizzle_timestamp_type timestamp_type;

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  int  store(const char *to, uint length, const CHARSET_INFO * const charset);
52
52
  int  store(double nr);
53
53
  int  store(int64_t nr, bool unsigned_val);
54
 
  int store_time(DRIZZLE_TIME *ltime, timestamp_type t_type);
 
54
  int store_time(DRIZZLE_TIME *ltime, enum enum_drizzle_timestamp_type t_type);
55
55
  int  store_decimal(const my_decimal *);
56
56
  double val_real(void);
57
57
  int64_t val_int(void);