summaryrefslogtreecommitdiff
path: root/db/querypattern.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/querypattern.h')
-rw-r--r--db/querypattern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/querypattern.h b/db/querypattern.h
index d87cc64..2f7450e 100644
--- a/db/querypattern.h
+++ b/db/querypattern.h
@@ -36,7 +36,8 @@ namespace mongo {
Equality,
LowerBound,
UpperBound,
- UpperAndLowerBound
+ UpperAndLowerBound,
+ ConstraintPresent
};
bool operator<( const QueryPattern &other ) const;
/** for testing only */