summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.cpp
diff options
context:
space:
mode:
authorAlex Taskov <alex.taskov@mongodb.com>2019-10-31 19:36:41 +0000
committerevergreen <evergreen@mongodb.com>2019-10-31 19:36:41 +0000
commit6abbac58cc5b5f4b66b50ada20e70fdf96301571 (patch)
treecd0331ed0637e91c3d532135aff51be0489ed323 /src/mongo/db/namespace_string.cpp
parent4d0cd4c9529cc48f443f4a00c105f06a809bd8f7 (diff)
downloadmongo-6abbac58cc5b5f4b66b50ada20e70fdf96301571.tar.gz
SERVER-44156 Submit tasks to the CollectionRangeDeleter when config.rangeDeletions is updated
Diffstat (limited to 'src/mongo/db/namespace_string.cpp')
-rw-r--r--src/mongo/db/namespace_string.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/namespace_string.cpp b/src/mongo/db/namespace_string.cpp
index 2108e3b8044..8d8656b8ec4 100644
--- a/src/mongo/db/namespace_string.cpp
+++ b/src/mongo/db/namespace_string.cpp
@@ -77,6 +77,8 @@ const NamespaceString NamespaceString::kSystemReplSetNamespace(NamespaceString::
"system.replset");
const NamespaceString NamespaceString::kIndexBuildEntryNamespace(NamespaceString::kConfigDb,
"system.indexBuilds");
+const NamespaceString NamespaceString::kRangeDeletionNamespace(NamespaceString::kConfigDb,
+ "rangeDeletions");
bool NamespaceString::isListCollectionsCursorNS() const {
return coll() == listCollectionsCursorCol;