1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-09 08:01:34 +03:00

aftermerge fix

This commit is contained in:
unknown
2004-03-28 12:57:59 +03:00
parent c375d86831
commit 8cd70922ff
2 changed files with 4 additions and 11 deletions

View File

@@ -154,13 +154,8 @@ static int mysql_derived(THD *thd, LEX *lex, SELECT_LEX_UNIT *unit,
res= mysql_union(thd, lex, derived_result, unit);
else
{
unit->offset_limit_cnt= first_select->offset_limit;
unit->select_limit_cnt= first_select->select_limit+
first_select->offset_limit;
if (unit->select_limit_cnt < first_select->select_limit)
unit->select_limit_cnt= HA_POS_ERROR;
if (unit->select_limit_cnt == HA_POS_ERROR)
first_select->options&= ~OPTION_FOUND_ROWS;
unit->set_limit(first_select->select_limit, first_select->offset_limit,
first_select);
lex->current_select= first_select;
res= mysql_select(thd, &first_select->ref_pointer_array,