summaryrefslogtreecommitdiff
path: root/db/queryutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/queryutil.cpp')
-rw-r--r--db/queryutil.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/queryutil.cpp b/db/queryutil.cpp
index 2f7a2acf79a..a4d44f9e965 100644
--- a/db/queryutil.cpp
+++ b/db/queryutil.cpp
@@ -65,6 +65,9 @@ namespace mongo {
}
break;
}
+ case BSONObj::opMOD: {
+ break;
+ }
case BSONObj::opIN: {
massert( "$in requires array", e.type() == Array );
BSONElement max = minKey.firstElement();