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 */
212
211
#define HA_MAX_KEYTYPE 31 /* Must be log2-1 */