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

Merge branch 'master' into performance

......@@ -1212,7 +1212,7 @@ static bool keep_filter(void* arg, int level, const Slice& key,
}
static bool delete_filter(void*argv, int level, const Slice& key,
const Slice& value, Slice** new_value) {
assert(arg == NULL);
assert(argv == NULL);
cfilter_count++;
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册