8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00

Fixed CORE-4710: invalid request BLR at offset 361 context already in use (BLR error).

This commit is contained in:
dimitr 2015-07-14 17:10:26 +00:00
parent 020126e9ae
commit 4929f46714

View File

@ -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)