195
195
HA_KEYTYPE_TEXT=1, /* Key is sorted as letters */
196
196
HA_KEYTYPE_BINARY=2, /* Key is sorted as unsigned chars */
209
203
/* Varchar (0-255 bytes) with length packed with 1 byte */
210
204
HA_KEYTYPE_VARTEXT1=15, /* Key is sorted as letters */
211
205
HA_KEYTYPE_VARBINARY1=16, /* Key is sorted as unsigned chars */
212
206
/* Varchar (0-65535 bytes) with length packed with 2 bytes */
213
207
HA_KEYTYPE_VARTEXT2=17, /* Key is sorted as letters */
218
211
#define HA_MAX_KEYTYPE 31 /* Must be log2-1 */