summaryrefslogtreecommitdiff
path: root/dist/api_data.py
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2014-12-02 14:10:37 -0500
committerDon Anderson <dda@ddanderson.com>2014-12-02 14:10:37 -0500
commitefd9bc09ce610959748bb085abf28c4aab291024 (patch)
tree006eae313b20cf0383d9107e716d2cebc04e474c /dist/api_data.py
parent63d7c7869f8c2ab5a3e6ee935d1e37f21d40755f (diff)
parent3f295999acfdced50112dc08e9a391e50a37f7e4 (diff)
downloadmongo-efd9bc09ce610959748bb085abf28c4aab291024.tar.gz
Merge branch 'develop' into log-compress
Diffstat (limited to 'dist/api_data.py')
-rw-r--r--dist/api_data.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index 2330b13a2c1..a18511b2849 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -292,6 +292,9 @@ index_only_config = [
Config('extractor', '', r'''
configure custom extractor for indices. Value must be an extractor
name created with WT_CONNECTION::add_extractor'''),
+ Config('immutable', 'false', r'''
+ configure the index to be immutable - that is an index is not changed
+ by any update to a record in the table''', type='boolean'),
]
colgroup_meta = common_meta + source_meta