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