~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/varstring.h

  • Committer: Monty Taylor
  • Date: 2008-08-22 04:35:12 UTC
  • mto: (365.1.2 drizzle)
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: monty@inaugust.com-20080822043512-3vafw99x3vv97d39
INT32_MAX stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
  int pack_cmp(const uchar *a, const uchar *b, uint key_length,
92
92
               bool insert_or_update);
93
93
  int pack_cmp(const uchar *b, uint key_length,bool insert_or_update);
94
 
  int cmp_binary(const uchar *a,const uchar *b, uint32_t max_length=~0L);
 
94
  int cmp_binary(const uchar *a,const uchar *b, uint32_t max_length=UINT32_MAX);
95
95
  int key_cmp(const uchar *,const uchar*);
96
96
  int key_cmp(const uchar *str, uint length);
97
97
  uint packed_col_length(const uchar *to, uint length);