We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9625bd3 commit 70a60baCopy full SHA for 70a60ba
src/jrd/optimizer/Optimizer.cpp
@@ -798,7 +798,7 @@ RecordSource* Optimizer::compile(BoolExprNodeStack* parentStack)
798
BoolExprNode* invariantBoolean = nullptr;
799
if (isInnerJoin())
800
{
801
- for (auto iter = getBaseConjuncts(); iter.hasData(); ++iter)
+ for (auto iter = getConjuncts(); iter.hasData(); ++iter)
802
803
if (!(iter & CONJUNCT_USED) &&
804
iter->computable(csb, INVALID_STREAM, false))
0 commit comments