From a1c67941bf08c69cab04eba20bc9ce9a763e1c7f Mon Sep 17 00:00:00 2001 From: Geert Bosch Date: Sat, 15 Jul 2017 13:53:13 -0400 Subject: Revert "SERVER-30106 Allow syncTail replication to write to drop-pending collections" This reverts commit d8afe01c37aa24bef255e8aea4ec6882df71b1dd. --- src/mongo/db/repl/storage_interface_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/repl/storage_interface_impl.cpp') diff --git a/src/mongo/db/repl/storage_interface_impl.cpp b/src/mongo/db/repl/storage_interface_impl.cpp index 672a2eb16ea..0dcb15a0110 100644 --- a/src/mongo/db/repl/storage_interface_impl.cpp +++ b/src/mongo/db/repl/storage_interface_impl.cpp @@ -830,7 +830,7 @@ Status StorageInterfaceImpl::deleteByFilter(OperationContext* opCtx, request.setMulti(true); request.setYieldPolicy(PlanExecutor::NO_YIELD); - // This disables the isLegalClientSystemNS() check in getExecutorDelete() which is used to + // This disables the legalClientSystemNS() check in getExecutorDelete() which is used to // disallow client deletes from unrecognized system collections. request.setGod(); -- cgit v1.2.1