summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/api_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/api_data.py')
-rw-r--r--src/third_party/wiredtiger/dist/api_data.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/dist/api_data.py b/src/third_party/wiredtiger/dist/api_data.py
index d6b8279bc37..35a735442c8 100644
--- a/src/third_party/wiredtiger/dist/api_data.py
+++ b/src/third_party/wiredtiger/dist/api_data.py
@@ -1143,6 +1143,12 @@ wiredtiger_open_common =\
wiredtiger_open_log_configuration +\
wiredtiger_open_tiered_storage_configuration +\
wiredtiger_open_statistics_log_configuration + [
+ Config('backup_restore_target', '', r'''
+ If non-empty and restoring from a backup, restore only the table object targets listed.
+ WiredTiger will remove all the metadata entries for the tables that are not listed in th
+ list from the reconstructed metadata. The target list must include URIs matching of type
+ table:''',
+ type='list'),
Config('buffer_alignment', '-1', r'''
in-memory alignment (in bytes) for buffers used for I/O. The
default value of -1 indicates a platform-specific alignment value