summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.cpp
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2022-04-09 14:34:56 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-10 20:20:42 +0000
commit8d38e35fbc74fe955af4a27be7fc58a2eac81ef6 (patch)
tree72e49a80a2a29d120889dcf5689f8c95b5226a57 /src/mongo/db/namespace_string.cpp
parent52e26913ceedc6cf87780922bae90f12d9cb62ff (diff)
downloadmongo-8d38e35fbc74fe955af4a27be7fc58a2eac81ef6.tar.gz
SERVER-64798 Rename FLE 2 state collection prefix to enxcoll_
Diffstat (limited to 'src/mongo/db/namespace_string.cpp')
-rw-r--r--src/mongo/db/namespace_string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/namespace_string.cpp b/src/mongo/db/namespace_string.cpp
index 649423f106b..d6bc8ced42f 100644
--- a/src/mongo/db/namespace_string.cpp
+++ b/src/mongo/db/namespace_string.cpp
@@ -45,7 +45,7 @@ constexpr auto listCollectionsCursorCol = "$cmd.listCollections"_sd;
constexpr auto collectionlessAggregateCursorCol = "$cmd.aggregate"_sd;
constexpr auto dropPendingNSPrefix = "system.drop."_sd;
-constexpr auto fle2Prefix = "fle2."_sd;
+constexpr auto fle2Prefix = "enxcol_."_sd;
constexpr auto fle2EscSuffix = ".esc"_sd;
constexpr auto fle2EccSuffix = ".ecc"_sd;
constexpr auto fle2EcocSuffix = ".ecoc"_sd;