提交 a1bd5b77 编写于 作者: D Dhruba Borthakur

Compilation problem introduced by previous

commit 854c66b0.

Summary:
Compilation problem introduced by previous
commit 854c66b0.

Test Plan:  make check
上级 854c66b0
......@@ -1107,8 +1107,7 @@ void MinLevelHelper(DBTest* self, Options& options) {
void MinLevelToCompress(CompressionType& type, Options& options, int wbits,
int lev, int strategy) {
fprintf(stderr, "Test with compression options : window_bits = %d, level = %d
, strategy = %d}\n", wbits, lev, strategy);
fprintf(stderr, "Test with compression options : window_bits = %d, level = %d, strategy = %d}\n", wbits, lev, strategy);
options.write_buffer_size = 100<<10; //100KB
options.num_levels = 3;
options.max_mem_compaction_level = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册