• Vicențiu Ciorbaru's avatar
    Refactor Sort_param::init_for_filesort · b7029086
    Vicențiu Ciorbaru authored
    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
    b7029086
filesort.cc 88.4 KB