We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193aba8 commit bd223e1Copy full SHA for bd223e1
src/mongo/db/query/index_bounds.h
@@ -71,7 +71,7 @@ namespace mongo {
71
* interpret. Previously known as FieldRangeVector.
72
*/
73
struct IndexBounds {
74
- IndexBounds() : isSimpleRange(false) { }
+ IndexBounds() : isSimpleRange(false), endKeyInclusive(false) { }
75
76
// For each indexed field, the values that the field is allowed to take on.
77
vector<OrderedIntervalList> fields;
0 commit comments