summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist
diff options
context:
space:
mode:
authorEtienne Petrel <etienne.petrel@mongodb.com>2022-04-11 01:09:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-11 01:40:12 +0000
commitf94ad9962c5753a41e6633f65c77fd5bfdcdac49 (patch)
tree4f5b990ac7521dea3cafd1a8cd98a443c85e0b14 /src/third_party/wiredtiger/dist
parenta410c8181da6f51df092cb43d8a66c669332e60a (diff)
downloadmongo-f94ad9962c5753a41e6633f65c77fd5bfdcdac49.tar.gz
Import wiredtiger: da4aaa5ba21d6a00db59602b0ef837856afea409 from branch mongodb-master
ref: 5840fabbd5..da4aaa5ba2 for: 6.0.0-rc0 WT-9051 Add metadata_file option to WT_SESSION::create(import=())
Diffstat (limited to 'src/third_party/wiredtiger/dist')
-rw-r--r--src/third_party/wiredtiger/dist/api_data.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/dist/api_data.py b/src/third_party/wiredtiger/dist/api_data.py
index 416c18669a9..78dc2e7c425 100644
--- a/src/third_party/wiredtiger/dist/api_data.py
+++ b/src/third_party/wiredtiger/dist/api_data.py
@@ -1430,6 +1430,9 @@ methods = {
type='boolean'),
Config('file_metadata', '', r'''
the file configuration extracted from the metadata of the export database'''),
+ Config('metadata_file', '', r'''
+ File that contains all the relevant metadata information for the URI to import. The file
+ is generated by backup:export cursor.'''),
]),
]),