212
212
FileSort filesort(*session);
213
213
table->sort.io_cache= new internal::io_cache_st;
217
(table->sort.found_records = filesort.run(table, sortorder, length,
216
if ((table->sort.found_records= filesort.run(table, sortorder, length, select, HA_POS_ERROR, 1, examined_rows)) == HA_POS_ERROR)
222
219
free_underlaid_joins(session, &session->lex().select_lex);