summaryrefslogtreecommitdiff
path: root/src/mongo/s
diff options
context:
space:
mode:
authorMarcos José Grillo Ramirez <marcos.grillo@mongodb.com>2022-11-08 15:20:48 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-08 16:01:26 +0000
commitccffa2062f09352f6c064e64090bdda42b829e73 (patch)
tree0951cc91e27d3dba9cfdcbeba80c0b88a0cbbdd5 /src/mongo/s
parentf906c9b49d589616a9bc8147cf62e6092fed600b (diff)
downloadmongo-ccffa2062f09352f6c064e64090bdda42b829e73.tar.gz
SERVER-67103 Add global index copy when migrating a chunk
Diffstat (limited to 'src/mongo/s')
-rw-r--r--src/mongo/s/catalog/type_index_catalog.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/catalog/type_index_catalog.idl b/src/mongo/s/catalog/type_index_catalog.idl
index 9bdf50664c8..715562ab12e 100644
--- a/src/mongo/s/catalog/type_index_catalog.idl
+++ b/src/mongo/s/catalog/type_index_catalog.idl
@@ -42,10 +42,10 @@ structs:
type: string
description: "Index name"
keyPattern:
- type: object
+ type: object_owned
description: "Index field description"
options:
- type: object
+ type: object_owned
description: "Index options"
lastmod:
type: timestamp