summaryrefslogtreecommitdiff
path: root/db/matcher.h
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-02-23 10:29:10 -0800
committerAaron <aaron@10gen.com>2010-02-23 10:29:10 -0800
commita1254dbc2cc2cdc1a43d063266e3091298bd4ab9 (patch)
tree15c231f1bc4488ac201d7dc4a977019774f17ee6 /db/matcher.h
parent3f9f47e8841e97995495a62f05f5ec91702f8ebb (diff)
downloadmongo-a1254dbc2cc2cdc1a43d063266e3091298bd4ab9.tar.gz
SERVER-252 $not checkpoint
Diffstat (limited to 'db/matcher.h')
-rw-r--r--db/matcher.h1
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);