~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.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:
175
175
  const uchar *unpack_key(uchar* to, const uchar *from,
176
176
                          uint max_length, bool low_byte_first);
177
177
  int pack_cmp(const uchar *a, const uchar *b, uint key_length,
178
 
               my_bool insert_or_update);
179
 
  int pack_cmp(const uchar *b, uint key_length,my_bool insert_or_update);
 
178
               bool insert_or_update);
 
179
  int pack_cmp(const uchar *b, uint key_length,bool insert_or_update);
180
180
  uint packed_col_length(const uchar *col_ptr, uint length);
181
181
  uint max_packed_col_length(uint max_length);
182
182
  void free() { value.free(); }