20
20
#ifndef DRIZZLED_FILESORT_INFO_H
21
21
#define DRIZZLED_FILESORT_INFO_H
23
26
/* Information on state of filesort */
27
30
unsigned char **sort_keys; /* Buffer for sorting keys */
28
31
unsigned char *buffpek; /* Buffer for buffpek structures */
29
32
uint32_t buffpek_len; /* Max number of buffpeks in the buffer */