~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/field/datetime.h

  • Committer: Brian Aker
  • Date: 2008-07-22 18:31:32 UTC
  • Revision ID: brian@tangent.org-20080722183132-ne2ntl7g7mdf2eez
uint32 -> uin32_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  bool send_binary(Protocol *protocol);
55
55
  int cmp(const uchar *,const uchar *);
56
56
  void sort_string(uchar *buff,uint length);
57
 
  uint32 pack_length() const { return 8; }
 
57
  uint32_t pack_length() const { return 8; }
58
58
  void sql_type(String &str) const;
59
59
  bool can_be_compared_as_int64_t() const { return true; }
60
60
  bool zero_pack() const { return 1; }