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

Correction as suggested by Dimitry Sibiryakov

This commit is contained in:
Dmitry Yemanov 2024-07-31 15:34:04 +03:00
parent 075d0e649d
commit a59284d27b

View File

@ -992,6 +992,7 @@ void Retrieval::getInversionCandidates(InversionCandidateList& inversions,
case segmentScanStarting:
case segmentScanEqual:
case segmentScanEquivalent:
case segmentScanList:
scratch.lowerCount++;
scratch.upperCount++;
factor = REDUCE_SELECTIVITY_FACTOR_STARTING;