~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/int32.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:
67
67
  int cmp(const unsigned char *,const unsigned char *);
68
68
  void sort_string(unsigned char *buff,uint32_t length);
69
69
  uint32_t pack_length() const { return 4; }
70
 
  void sql_type(String &str) const;
71
70
  uint32_t max_display_length() { return MY_INT32_NUM_DECIMAL_DIGITS; }
72
71
  virtual unsigned char *pack(unsigned char* to, const unsigned char *from,
73
72
                              uint32_t max_length,