45
45
static bool save_index(SORTPARAM *param,unsigned char **sort_keys, uint32_t count,
46
46
filesort_info_st *table_sort);
47
47
static uint32_t suffix_length(uint32_t string_length);
48
static uint32_t sortlength(Session *thd, SORT_FIELD *sortorder, uint32_t s_length,
48
static uint32_t sortlength(Session *session, SORT_FIELD *sortorder, uint32_t s_length,
49
49
bool *multi_byte_charset);
51
51
uint32_t sortlength, uint32_t *plength);
52
52
static void unpack_addon_fields(struct st_sort_addon_field *addon_field,