~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/date_add_interval.h

  • Committer: Brian Aker
  • Date: 2011-01-25 07:22:15 UTC
  • mfrom: (2109.1.7 drizzle-build)
  • Revision ID: brian@tangent.org-20110125072215-567z6uzy5vdvn4va
Merge in build/timestamp patches/fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  void fix_length_and_dec();
41
41
  enum_field_types field_type() const { return cached_field_type; }
42
42
  int64_t val_int();
43
 
  bool get_date(type::Time *res, uint32_t fuzzy_date);
 
43
  bool get_date(type::Time &res, uint32_t fuzzy_date);
44
44
  bool eq(const Item *item, bool binary_cmp) const;
45
45
  virtual void print(String *str, enum_query_type query_type);
46
46
};