8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
This commit is contained in:
asfernandes 2010-02-16 02:06:10 +00:00
parent 64f3ab6c8b
commit d31e978bac

View File

@ -285,8 +285,7 @@ LagLeadWinNode::LagLeadWinNode(MemoryPool& pool, const AggInfo& aAggInfo, int aD
{
fb_assert(direction == -1 || direction == 1);
dsqlChildNodes.add(&dsqlRows);
jrdChildNodes.add(&rows);
addChildNode(dsqlRows, rows);
}
void LagLeadWinNode::make(dsc* desc, dsql_nod* nullReplacement)