summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorXiangyu Yao <xiangyu.yao@mongodb.com>2018-08-20 16:43:41 -0400
committerXiangyu Yao <xiangyu.yao@mongodb.com>2018-08-23 17:14:48 -0400
commit238af0b7739e6c4702e234cfb28e3a714f119523 (patch)
treec7509a9ba6f10961498362981d796181869aacd7 /src/mongo/db/namespace_string.h
parente7afdfb2941808f078cae1aafa05e40bdb079766 (diff)
downloadmongo-238af0b7739e6c4702e234cfb28e3a714f119523.tar.gz
SERVER-36768 Use namespace orphan for the recovered orphaned collections
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r--src/mongo/db/namespace_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h
index 9334d5a6f84..f6ef0ce8ca6 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -61,7 +61,7 @@ public:
static constexpr StringData kSystemDotViewsCollectionName = "system.views"_sd;
// Prefix for orphan collections
- static constexpr StringData kOrphanCollectionPrefix = "system.orphan-"_sd;
+ static constexpr StringData kOrphanCollectionPrefix = "orphan."_sd;
static constexpr StringData kOrphanCollectionDb = "local"_sd;
// Namespace for storing configuration data, which needs to be replicated if the server is