Refactor Sort_param::init_for_filesort
No logic changes. Extract some of init_for_filesort logic into a separate function: * Sort_param::setup_lengths_and_limit can be used to fill in the various xxx_length members of Sort_param, without having to allocate any of the other buffers. Reviewer: Monty
Showing
Please register or sign in to comment