8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 09:23:03 +01:00
This commit is contained in:
Adriano dos Santos Fernandes 2016-04-12 14:22:39 -03:00
parent 53de05b69b
commit 85a25ee4e5

View File

@ -263,6 +263,7 @@ public:
return (baseSelectivity < MAXIMUM_SELECTIVITY);
}
IndexedRelationships indexedRelationships;
StreamType stream;
bool baseUnique;
double baseCost;
@ -270,8 +271,6 @@ public:
int baseIndexes;
bool baseNavigated;
bool used;
IndexedRelationships indexedRelationships;
int previousExpectedStreams;
};