mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 20:43:04 +01:00
Warning.
This commit is contained in:
parent
53de05b69b
commit
85a25ee4e5
@ -263,6 +263,7 @@ public:
|
|||||||
return (baseSelectivity < MAXIMUM_SELECTIVITY);
|
return (baseSelectivity < MAXIMUM_SELECTIVITY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IndexedRelationships indexedRelationships;
|
||||||
StreamType stream;
|
StreamType stream;
|
||||||
bool baseUnique;
|
bool baseUnique;
|
||||||
double baseCost;
|
double baseCost;
|
||||||
@ -270,8 +271,6 @@ public:
|
|||||||
int baseIndexes;
|
int baseIndexes;
|
||||||
bool baseNavigated;
|
bool baseNavigated;
|
||||||
bool used;
|
bool used;
|
||||||
|
|
||||||
IndexedRelationships indexedRelationships;
|
|
||||||
int previousExpectedStreams;
|
int previousExpectedStreams;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user