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:
parent
1a453a4591
commit
1c3926ab70
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user