From 946bcddd52832ea615fb43cbd5fd85b0278f98cc Mon Sep 17 00:00:00 2001 From: Gregory Wlodarek Date: Wed, 4 Aug 2021 13:04:53 +0000 Subject: SERVER-58779 Store the original user index definition on the transformed index definition on the buckets collection --- src/mongo/db/list_indexes.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mongo/db/list_indexes.idl') diff --git a/src/mongo/db/list_indexes.idl b/src/mongo/db/list_indexes.idl index 684321a91e2..48900398be6 100644 --- a/src/mongo/db/list_indexes.idl +++ b/src/mongo/db/list_indexes.idl @@ -123,6 +123,9 @@ structs: dropDups: type: safeBool optional: true + originalSpec: + type: object_owned + optional: true # # An index build in progress appears with these two fields. They're required, but marked # optional to permit the built index format using the fields above instead. -- cgit v1.2.1