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