8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 04:43: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); fb_assert(direction == -1 || direction == 1);
dsqlChildNodes.add(&dsqlRows); addChildNode(dsqlRows, rows);
jrdChildNodes.add(&rows);
} }
void LagLeadWinNode::make(dsc* desc, dsql_nod* nullReplacement) void LagLeadWinNode::make(dsc* desc, dsql_nod* nullReplacement)