208
213
first_select->options&= ~OPTION_FOUND_ROWS;
210
215
lex->current_select= first_select;
212
217
(TableList*) first_select->table_list.first,
214
219
first_select->item_list, first_select->where,
215
220
(first_select->order_list.elements+
216
221
first_select->group_list.elements),
220
225
(first_select->options | session->options | SELECT_NO_UNLOCK),
221
226
derived_result, unit, first_select);