diff options
author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2017-02-17 11:16:55 +1100 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2017-02-17 11:16:55 +1100 |
commit | e1bcc30da91eedd0b17cebb725cc7e607ffa2340 (patch) | |
tree | f4cf5e09a0b9f9ec6d9e36eeb124d976f5c5b107 /dist/api_data.py | |
parent | 48a3cbc17fa902528217287fd075c87efb44aebc (diff) | |
parent | 8a1adcc4a1c4c25e1270290a8eb21173f41e83a9 (diff) | |
download | mongodb-3.5.4.tar.gz |
Merge branch 'develop' into mongodb-3.6mongodb-3.5.4
Diffstat (limited to 'dist/api_data.py')
-rw-r--r-- | dist/api_data.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/api_data.py b/dist/api_data.py index 324d1e4f281..1d669fa7fe0 100644 --- a/dist/api_data.py +++ b/dist/api_data.py @@ -524,6 +524,7 @@ connection_runtime_config = [ 'checkpoint', 'compact', 'evict', + 'evict_stuck', 'evictserver', 'fileops', 'handleops', @@ -717,7 +718,7 @@ wiredtiger_open_common =\ ]), Config('extensions', '', r''' list of shared library extensions to load (using dlopen). - Any values specified to an library extension are passed to + Any values specified to a library extension are passed to WT_CONNECTION::load_extension as the \c config parameter (for example, <code>extensions=(/path/ext.so={entry=my_entry})</code>)''', |