diff options
author | Nick Zolnierz <nicholas.zolnierz@mongodb.com> | 2018-03-02 10:44:20 -0500 |
---|---|---|
committer | Nick Zolnierz <nicholas.zolnierz@mongodb.com> | 2018-03-02 10:44:20 -0500 |
commit | a8fddd07a740e959646995ef93139887b3b3eb5c (patch) | |
tree | a2365652bb2b6933c3f0d6cd56c6105bd0060b20 /src/mongo/db/exec/delete.cpp | |
parent | 1037536d24d1dc6449fe91c8be0023dc91bdf3ec (diff) | |
download | mongo-a8fddd07a740e959646995ef93139887b3b3eb5c.tar.gz |
Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting decoration through service context (global if needed)."
This reverts commit 7d37a75df3f6035a7afcb51123b88f0e99308fc8.
Diffstat (limited to 'src/mongo/db/exec/delete.cpp')
-rw-r--r-- | src/mongo/db/exec/delete.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/delete.cpp b/src/mongo/db/exec/delete.cpp index 47563136c9c..57820ea7a27 100644 --- a/src/mongo/db/exec/delete.cpp +++ b/src/mongo/db/exec/delete.cpp @@ -40,7 +40,7 @@ #include "mongo/db/exec/write_stage_common.h" #include "mongo/db/op_observer.h" #include "mongo/db/query/canonical_query.h" -#include "mongo/db/repl/replication_coordinator.h" +#include "mongo/db/repl/replication_coordinator_global.h" #include "mongo/db/service_context.h" #include "mongo/stdx/memory.h" #include "mongo/util/log.h" |