summaryrefslogtreecommitdiff
path: root/src/mongo/db/record_id.h
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2018-10-01 16:05:08 -0400
committerJames Wahlin <james@mongodb.com>2018-10-02 09:56:37 -0400
commitf7ddb89c8caf438781de9191d690d03f711b63fe (patch)
tree9244266869d8c17de23d5e0c817a2fddc2bc849a /src/mongo/db/record_id.h
parent5a6ee566f608c46654133de17a4e8bb3464d680d (diff)
downloadmongo-f7ddb89c8caf438781de9191d690d03f711b63fe.tar.gz
SERVER-37188 Rename "All Paths" index to "Wildcard" index
Diffstat (limited to 'src/mongo/db/record_id.h')
-rw-r--r--src/mongo/db/record_id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/record_id.h b/src/mongo/db/record_id.h
index 1a903d1d39e..53450123325 100644
--- a/src/mongo/db/record_id.h
+++ b/src/mongo/db/record_id.h
@@ -54,7 +54,7 @@ public:
/**
* Enumerates all ids in the reserved range that have been allocated for a specific purpose.
*/
- enum class ReservedId : int64_t { kAllPathsMultikeyMetadataId = kMinReservedRepr };
+ enum class ReservedId : int64_t { kWildcardMultikeyMetadataId = kMinReservedRepr };
/**
* Constructs a Null RecordId.