summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-11-12 04:37:34 +0000
committerAlex Gorrod <alexg@wiredtiger.com>2015-11-12 04:37:34 +0000
commitbe7dd7de10a17feb87d152efb5af3addf0e605bf (patch)
treef599c217e674ff5c1fbe978d7514dd7d778a6616 /dist
parentd605f46efdd5331116bafb5fd3b7fbc26daf2c0f (diff)
parentc360d53f41db405bbfc9d732b667ce63b93ad90d (diff)
downloadmongo-be7dd7de10a17feb87d152efb5af3addf0e605bf.tar.gz
Merge branch 'develop' into wt-2199
Diffstat (limited to 'dist')
-rw-r--r--dist/api_data.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index 9afff74ca71..a86647a27f2 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -705,10 +705,15 @@ wiredtiger_open = wiredtiger_open_common + [
Config('in_memory', 'false', r'''
keep data in-memory only, minimize disk I/O''',
type='boolean', undoc=True),
+ Config('use_environment', 'true', r'''
+ use the \c WIREDTIGER_CONFIG and \c WIREDTIGER_HOME environment
+ variables if the process is not running with special privileges.
+ See @ref home for more information''',
+ type='boolean'),
Config('use_environment_priv', 'false', r'''
use the \c WIREDTIGER_CONFIG and \c WIREDTIGER_HOME environment
- variables regardless of whether or not the process is running
- with special privileges. See @ref home for more information''',
+ variables even if the process is running with special privileges.
+ See @ref home for more information''',
type='boolean'),
]