summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.cpp
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2015-10-30 14:51:02 -0400
committerJason Rassi <rassi@10gen.com>2015-11-06 12:08:52 -0500
commit81aca0ec6827eaffd54c91af46f9041ce62587c4 (patch)
tree17957a7ad33ad80d6c059a891434a0b924ec2e55 /src/mongo/db/dbhelpers.cpp
parentd393cfcf7fefe99b1ffba05ce6282bb5c97f20fb (diff)
downloadmongo-81aca0ec6827eaffd54c91af46f9041ce62587c4.tar.gz
SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpression
- Moves ExtensionsCallbackReal and ExtensionsCallbackNoop to their own files, and introduces a new library 'expressions_mongod_only' in db/matcher/. - Introduces a common base class for WhereMatchExpression and WhereNoOpMatchExpression. - Introduces a protected method extractWhereMatchExpressionParams() on ExtensionsCallback.
Diffstat (limited to 'src/mongo/db/dbhelpers.cpp')
-rw-r--r--src/mongo/db/dbhelpers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/dbhelpers.cpp b/src/mongo/db/dbhelpers.cpp
index cbf7259d0f6..f0cc920452f 100644
--- a/src/mongo/db/dbhelpers.cpp
+++ b/src/mongo/db/dbhelpers.cpp
@@ -44,6 +44,7 @@
#include "mongo/db/index/btree_access_method.h"
#include "mongo/db/json.h"
#include "mongo/db/keypattern.h"
+#include "mongo/db/matcher/extensions_callback_real.h"
#include "mongo/db/op_observer.h"
#include "mongo/db/ops/delete.h"
#include "mongo/db/ops/update.h"