summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorQuentin Conner <quentin@mongodb.com>2015-03-12 22:37:44 -0500
committerQuentin Conner <quentin@mongodb.com>2015-03-12 22:37:44 -0500
commitc37da5ccc405c17d20ba6423b522f9b0833d52b9 (patch)
tree434f1a483436b3003c85144a4948959b7e3c51e4 /dist
parentf047606c3750e704a351b29414adce2db10c69ee (diff)
downloadmongo-c37da5ccc405c17d20ba6423b522f9b0833d52b9.tar.gz
LZ4 external compressor
Diffstat (limited to 'dist')
-rw-r--r--dist/api_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index feb51011309..bf7f3300328 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -134,7 +134,7 @@ file_config = format_meta + [
configure a compressor for file blocks. Permitted values are
\c "none" or custom compression engine name created with
WT_CONNECTION::add_compressor. If WiredTiger has builtin support
- for \c "snappy" or \c "zlib" compression, these names are also
+ for \c "snappy", \c "lz4" or \c "zlib" compression, these names are also
available. See @ref compression for more information'''),
Config('cache_resident', 'false', r'''
do not ever evict the object's pages; see @ref
@@ -534,7 +534,7 @@ common_wiredtiger_open = [
type='boolean'),
Config('compressor', 'none', r'''
configure a compressor for log records. Permitted values are
- \c "none" or \c "bzip2", \c "snappy" or custom compression
+ \c "none" or \c "bzip2", \c "snappy", \c "lz4" or custom compression
engine \c "name" created with WT_CONNECTION::add_compressor.
See @ref compression for more information'''),
Config('enabled', 'false', r'''