1063
1055
internal::my_string_ptr_sort((unsigned char*) sort_keys, (uint32_t) count, sort_length);
1066
1058
if ((ha_rows) count > max_rows)
1067
1059
count=(uint32_t) max_rows;
1071
1063
for (unsigned char **end_ptr= sort_keys+count ; sort_keys != end_ptr ; sort_keys++)
1073
1065
memcpy(to, *sort_keys+offset, res_length);