mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 14:03:02 +01:00
Warning.
This commit is contained in:
parent
53de05b69b
commit
85a25ee4e5
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user