mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:03:04 +01:00
Adjust after changes in master.
This commit is contained in:
parent
c42420da2d
commit
5f5a869c65
@ -2193,7 +2193,7 @@ InversionCandidate* OptimizerRetrieval::matchOnIndexes(
|
||||
{
|
||||
BoolExprNode* condition = binaryNode->arg2;
|
||||
|
||||
if (condition->computable(csb, INVALID_STREAM, false) && !condition->findStream(stream))
|
||||
if (condition->computable(csb, INVALID_STREAM, false) && !condition->findStream(csb, stream))
|
||||
{
|
||||
if (invCandidate1->condition)
|
||||
{
|
||||
@ -2214,7 +2214,7 @@ InversionCandidate* OptimizerRetrieval::matchOnIndexes(
|
||||
{
|
||||
BoolExprNode* condition = binaryNode->arg1;
|
||||
|
||||
if (condition->computable(csb, INVALID_STREAM, false) && !condition->findStream(stream))
|
||||
if (condition->computable(csb, INVALID_STREAM, false) && !condition->findStream(csb, stream))
|
||||
{
|
||||
if (invCandidate2->condition)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user