mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Parent conjuncts may be utilized multiple times, so assertion is too much paranoid
This commit is contained in:
parent
1a453a4591
commit
1c3926ab70
@ -613,7 +613,6 @@ RecordSource* Optimizer::compile(RseNode* subRse, BoolExprNodeStack* parentStack
|
|||||||
{
|
{
|
||||||
if (*selfIter == *subIter)
|
if (*selfIter == *subIter)
|
||||||
{
|
{
|
||||||
fb_assert(!(selfIter & (CONJUNCT_USED | CONJUNCT_MATCHED)));
|
|
||||||
selfIter |= (subIter & (CONJUNCT_USED | CONJUNCT_MATCHED));
|
selfIter |= (subIter & (CONJUNCT_USED | CONJUNCT_MATCHED));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user