~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: lbieber
  • Date: 2010-09-22 22:06:36 UTC
  • mfrom: (1786.1.3 build)
  • Revision ID: lbieber@orisndriz08-20100922220636-agrmqaqv2u7ln6ff
Merge Shrews - Add transaction log bulk tests
Merge Brian - Remove 3 byte indexes
Merge Stewart - Move string functions into plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
  HA_KEYTYPE_ULONG_INT=9,
193
193
  HA_KEYTYPE_LONGLONG=10,
194
194
  HA_KEYTYPE_ULONGLONG=11,
195
 
  HA_KEYTYPE_UINT24=13,
196
195
  /* Varchar (0-255 bytes) with length packed with 1 byte */
197
196
  HA_KEYTYPE_VARTEXT1=15,               /* Key is sorted as letters */
198
197
  HA_KEYTYPE_VARBINARY1=16,             /* Key is sorted as unsigned chars */