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