~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/fdecimal.h

  • Committer: Monty Taylor
  • Date: 2008-07-31 18:25:59 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080731182559-txjt9f3dfhusxfp8
Renamed MYSQL_TIME to DRIZZLE_TIME.

Show diffs side-by-side

added added

removed removed

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