~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/datetime.h

  • Committer: Mark Atwood
  • Date: 2011-06-22 05:48:25 UTC
  • mfrom: (2318.6.17 refactor12)
  • Revision ID: me@mark.atwood.name-20110622054825-mf8nxjs9dxcpvcfe
bzr merge lp:~olafvdspek/drizzle/refactor12

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
  int cmp(const unsigned char *,const unsigned char *);
75
75
  void sort_string(unsigned char *buff,uint32_t length);
76
76
  uint32_t pack_length() const { return 8; }
77
 
  void sql_type(String &str) const;
78
77
  bool can_be_compared_as_int64_t() const { return true; }
79
78
  bool zero_pack() const { return 1; }
80
79
  bool get_date(type::Time &ltime,uint32_t fuzzydate) const;