~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:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1170.
  • Revision ID: stewart@flamingspork.com-20091006055012-rgy3lx3lk9wb0yzu
removeĀ unusedĀ HA_KEYTYPE_INT8

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
  HA_KEYTYPE_LONGLONG=10,
201
201
  HA_KEYTYPE_ULONGLONG=11,
202
202
  HA_KEYTYPE_UINT24=13,
203
 
  HA_KEYTYPE_INT8=14,
204
203
  /* Varchar (0-255 bytes) with length packed with 1 byte */
205
204
  HA_KEYTYPE_VARTEXT1=15,               /* Key is sorted as letters */
206
205
  HA_KEYTYPE_VARBINARY1=16,             /* Key is sorted as unsigned chars */