diff options
author | Michael Cahill <michael.cahill@mongodb.com> | 2016-02-18 14:00:00 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2016-02-18 14:00:00 +1100 |
commit | 5cdd3e320cb19cd54111c2572a3d6e33d3009ad4 (patch) | |
tree | aa11f6aa045af0ab4b06b1e4ac59782806a969e3 /test/format/config.h | |
parent | 5e3a56f0abb433a23e0b8cb8f9a0c86c2d6ad80f (diff) | |
parent | 563b7823f74dcd219740945aa7067de0927ee9df (diff) | |
download | mongo-5cdd3e320cb19cd54111c2572a3d6e33d3009ad4.tar.gz |
Merge branch 'mongodb-3.2.3' into mongodb-3.2mongodb-3.2.4
Diffstat (limited to 'test/format/config.h')
-rw-r--r-- | test/format/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/format/config.h b/test/format/config.h index a5190469c7f..d8b11b005d4 100644 --- a/test/format/config.h +++ b/test/format/config.h @@ -58,8 +58,7 @@ typedef struct { } CONFIG; #define COMPRESSION_LIST \ - "(none | bzip | bzip-raw | lz4 | lz4-noraw | lzo | none | " \ - "snappy | zlib | zlib-noraw)" + "(none | lz4 | lz4-noraw | snappy | zlib | zlib-noraw)" static CONFIG c[] = { { "abort", |