summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/api_data.py
diff options
context:
space:
mode:
authorAlexander Gorrod <alexander.gorrod@mongodb.com>2015-05-08 05:34:43 +0000
committerAlexander Gorrod <alexander.gorrod@mongodb.com>2015-05-08 05:34:43 +0000
commitcddb4b8f5a193e32d1400963cd177fe47c8570df (patch)
treedade044e688956af69505fc796244f229d40241c /src/third_party/wiredtiger/dist/api_data.py
parent3a8bcdfb23ab85b57e5da308fb4d3c607ce77a49 (diff)
downloadmongo-cddb4b8f5a193e32d1400963cd177fe47c8570df.tar.gz
Import wiredtiger-wiredtiger-2.5.3-486-g4f9aa1c.tar.gz from wiredtiger branch mongodb-3.2
Diffstat (limited to 'src/third_party/wiredtiger/dist/api_data.py')
-rw-r--r--src/third_party/wiredtiger/dist/api_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/dist/api_data.py b/src/third_party/wiredtiger/dist/api_data.py
index 48bbee6cdde..f9ce33f33a6 100644
--- a/src/third_party/wiredtiger/dist/api_data.py
+++ b/src/third_party/wiredtiger/dist/api_data.py
@@ -142,8 +142,8 @@ file_config = format_meta + [
are also available. See @ref compression for more information''',
func='__wt_compressor_confchk'),
Config('cache_resident', 'false', r'''
- do not ever evict the object's pages; see @ref
- tuning_cache_resident for more information''',
+ do not ever evict the object's pages from cache. Not compatible with
+ LSM tables; see @ref tuning_cache_resident for more information''',
type='boolean'),
Config('checksum', 'uncompressed', r'''
configure block checksums; permitted values are <code>on</code>