mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Fixed CORE-4710: invalid request BLR at offset 361 context already in use (BLR error).
This commit is contained in:
parent
020126e9ae
commit
4929f46714
@ -1336,6 +1336,9 @@ void AggregateSourceNode::genBlr(DsqlCompilerScratch* dsqlScratch)
|
||||
ValueListNode* partitionRemapped = (*i)->partitionRemapped;
|
||||
ValueListNode* order = (*i)->order;
|
||||
|
||||
if ((*i)->context > MAX_UCHAR)
|
||||
ERRD_post(Arg::Gds(isc_too_many_contexts));
|
||||
|
||||
dsqlScratch->appendUChar((*i)->context);
|
||||
|
||||
if (partition)
|
||||
|
Loading…
Reference in New Issue
Block a user