summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
diff options
context:
space:
mode:
authorDamian Wasilewicz <damian.wasilewicz@mongodb.com>2022-06-16 21:24:25 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-16 22:40:14 +0000
commitb5917554358bc6abf85fac8fd11ba16dfdf1722a (patch)
tree9ee6373decb37e78712e5054a8a832f57f77e82e /src/mongo/db/index
parent11feb08b20e51a5c2be42132f1f3be64b0298b1e (diff)
downloadmongo-b5917554358bc6abf85fac8fd11ba16dfdf1722a.tar.gz
SERVER-65634 Added "clustered" to field name strings in index descriptor
Diffstat (limited to 'src/mongo/db/index')
-rw-r--r--src/mongo/db/index/index_descriptor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/index/index_descriptor.h b/src/mongo/db/index/index_descriptor.h
index f4f48cb35b9..115fc8b1d17 100644
--- a/src/mongo/db/index/index_descriptor.h
+++ b/src/mongo/db/index/index_descriptor.h
@@ -89,6 +89,7 @@ public:
static constexpr StringData kWeightsFieldName = "weights"_sd;
static constexpr StringData kOriginalSpecFieldName = "originalSpec"_sd;
static constexpr StringData kPrepareUniqueFieldName = "prepareUnique"_sd;
+ static constexpr StringData kClusteredFieldName = "clustered"_sd;
/**
* infoObj is a copy of the index-describing BSONObj contained in the catalog.