mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Misc
This commit is contained in:
parent
64f3ab6c8b
commit
d31e978bac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user