~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/fstring.h

  • Committer: Brian Aker
  • Date: 2008-08-09 02:51:06 UTC
  • Revision ID: brian@tangent.org-20080809025106-cnk5oxfjkb882c2r
Full removal of my_bool from central server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  { return (field_metadata & 0x00ff); }
69
69
  uint row_pack_length() { return (field_length + 1); }
70
70
  int pack_cmp(const uchar *a,const uchar *b,uint key_length,
71
 
               my_bool insert_or_update);
72
 
  int pack_cmp(const uchar *b,uint key_length,my_bool insert_or_update);
 
71
               bool insert_or_update);
 
72
  int pack_cmp(const uchar *b,uint key_length,bool insert_or_update);
73
73
  uint packed_col_length(const uchar *to, uint length);
74
74
  uint max_packed_col_length(uint max_length);
75
75
  uint size_of() const { return sizeof(*this); }