mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 13:23:02 +01:00
Fixed CORE-5421: Performance degradation in FB 3.0.2 compared to FB 2.5.7.
This commit is contained in:
parent
81da9d8df1
commit
5dca3df3d9
@ -260,7 +260,7 @@ public:
|
|||||||
|
|
||||||
bool isFiltered() const
|
bool isFiltered() const
|
||||||
{
|
{
|
||||||
return (baseSelectivity < MAXIMUM_SELECTIVITY);
|
return (baseIndexes || baseSelectivity < MAXIMUM_SELECTIVITY);
|
||||||
}
|
}
|
||||||
|
|
||||||
IndexedRelationships indexedRelationships;
|
IndexedRelationships indexedRelationships;
|
||||||
|
Loading…
Reference in New Issue
Block a user