From d819ac65d1a0f941bd3e201f343ac04e252c4442 Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Thu, 7 Apr 2016 18:34:44 -0400 Subject: SERVER-23128 Refactor mongod write operations Now both write commands and legacy writes share an implementation. --- src/mongo/db/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/SConscript') 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", -- cgit v1.2.1