diff options
author | Aaron <aaron@10gen.com> | 2010-02-23 10:29:10 -0800 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2010-02-23 10:29:10 -0800 |
commit | a1254dbc2cc2cdc1a43d063266e3091298bd4ab9 (patch) | |
tree | 15c231f1bc4488ac201d7dc4a977019774f17ee6 /db/matcher.h | |
parent | 3f9f47e8841e97995495a62f05f5ec91702f8ebb (diff) | |
download | mongo-a1254dbc2cc2cdc1a43d063266e3091298bd4ab9.tar.gz |
SERVER-252 $not checkpoint
Diffstat (limited to 'db/matcher.h')
-rw-r--r-- | db/matcher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/matcher.h b/db/matcher.h index ef39932e49d..0a6d6f1304b 100644 --- a/db/matcher.h +++ b/db/matcher.h @@ -132,6 +132,7 @@ namespace mongo { } void addRegex(const BSONElement &e, const char *fieldName = 0, bool isNot = false); + bool addOp( const BSONElement &e, const BSONElement &fe, bool isNot, const char *& regex, const char *&flags ); int valuesMatch(const BSONElement& l, const BSONElement& r, int op, const ElementMatcher& bm); |