summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2016-04-07 18:34:44 -0400
committerMathias Stearn <mathias@10gen.com>2016-04-21 18:58:41 -0400
commitd819ac65d1a0f941bd3e201f343ac04e252c4442 (patch)
treea531131c01f3816094d34cd845cfd71aec2e3459 /src/mongo/db/SConscript
parenta7a593da31a944c90d7c5f0422eeee8264eb438d (diff)
downloadmongo-d819ac65d1a0f941bd3e201f343ac04e252c4442.tar.gz
SERVER-23128 Refactor mongod write operations
Now both write commands and legacy writes share an implementation.
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index 71e16230890..5b68bb4454f 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -615,7 +615,6 @@ serverOnlyFiles = [
"commands/touch.cpp",
"commands/user_management_commands.cpp",
"commands/validate.cpp",
- "commands/write_commands/batch_executor.cpp",
"commands/write_commands/write_commands.cpp",
"curop_metrics.cpp",
"db_raii.cpp",
@@ -646,6 +645,7 @@ serverOnlyFiles = [
"ops/update.cpp",
"ops/update_lifecycle_impl.cpp",
"ops/update_result.cpp",
+ "ops/write_ops_exec.cpp",
"pipeline/document_source_cursor.cpp",
"pipeline/pipeline_d.cpp",
"prefetch.cpp",