Skip to content

Commit

Permalink
Fixed CORE-2339 - Incorrect result for the derived expression based o…
Browse files Browse the repository at this point in the history
…n aggregate and computation
  • Loading branch information
asfernandes committed Feb 24, 2009
1 parent 7718724 commit dbb7968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jrd/rse.cpp
Expand Up @@ -2372,6 +2372,7 @@ static bool get_record(thread_db* tdbb,
if ( (impure->irsb_count =
EVL_group(tdbb, rsb->rsb_next, (jrd_nod*) rsb->rsb_arg[0], impure->irsb_count)) )
{
rpb->rpb_number.setValid(true);
break;
}
return false;
Expand Down

0 comments on commit dbb7968

Please sign in to comment.