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

Parent conjuncts may be utilized multiple times, so assertion is too much paranoid

This commit is contained in:
Dmitry Yemanov 2022-04-08 17:03:24 +03:00
parent 1a453a4591
commit 1c3926ab70

View File

@ -613,7 +613,6 @@ RecordSource* Optimizer::compile(RseNode* subRse, BoolExprNodeStack* parentStack
{
if (*selfIter == *subIter)
{
fb_assert(!(selfIter & (CONJUNCT_USED | CONJUNCT_MATCHED)));
selfIter |= (subIter & (CONJUNCT_USED | CONJUNCT_MATCHED));
break;
}