summaryrefslogtreecommitdiff
path: root/src/mongo/db/list_indexes.idl
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2021-08-04 13:04:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-04 14:03:01 +0000
commit946bcddd52832ea615fb43cbd5fd85b0278f98cc (patch)
tree20823b559d0a4fb007226dc1e0216535224bd24a /src/mongo/db/list_indexes.idl
parent35c2b631b6efa1af9909d1c6edaef10d7dbacc1e (diff)
downloadmongo-946bcddd52832ea615fb43cbd5fd85b0278f98cc.tar.gz
SERVER-58779 Store the original user index definition on the transformed index definition on the buckets collection
Diffstat (limited to 'src/mongo/db/list_indexes.idl')
-rw-r--r--src/mongo/db/list_indexes.idl3
1 files changed, 3 insertions, 0 deletions
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.