summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.cpp
diff options
context:
space:
mode:
authorGeert Bosch <geert@mongodb.com>2017-07-15 13:53:13 -0400
committerGeert Bosch <geert@mongodb.com>2017-07-15 13:53:13 -0400
commita1c67941bf08c69cab04eba20bc9ce9a763e1c7f (patch)
tree1eeeb24340e0b20e8a677dcf1298f7ae00f20d4c /src/mongo/db/repl/storage_interface_impl.cpp
parentd8afe01c37aa24bef255e8aea4ec6882df71b1dd (diff)
downloadmongo-a1c67941bf08c69cab04eba20bc9ce9a763e1c7f.tar.gz
Revert "SERVER-30106 Allow syncTail replication to write to drop-pending collections"
This reverts commit d8afe01c37aa24bef255e8aea4ec6882df71b1dd.
Diffstat (limited to 'src/mongo/db/repl/storage_interface_impl.cpp')
-rw-r--r--src/mongo/db/repl/storage_interface_impl.cpp2
1 files changed, 1 insertions, 1 deletions
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();