~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Stewart Smith
  • Date: 2009-10-06 05:50:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1170.
  • Revision ID: stewart@flamingspork.com-20091006055022-uh79cvwppcszr3xk
removeĀ unusedĀ HA_KEYTYPE_BIT

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
  HA_KEYTYPE_VARBINARY1=16,             /* Key is sorted as unsigned chars */
206
206
  /* Varchar (0-65535 bytes) with length packed with 2 bytes */
207
207
  HA_KEYTYPE_VARTEXT2=17,               /* Key is sorted as letters */
208
 
  HA_KEYTYPE_VARBINARY2=18,             /* Key is sorted as unsigned chars */
209
 
  HA_KEYTYPE_BIT=19
 
208
  HA_KEYTYPE_VARBINARY2=18              /* Key is sorted as unsigned chars */
210
209
};
211
210
 
212
211
#define HA_MAX_KEYTYPE  31              /* Must be log2-1 */