提交 84f40c50 编写于 作者: G guokuankuan

[bugfix] fix build without TerarkZipTable

v1.3.4 Release
上级 fe6e8de9
......@@ -3268,7 +3268,12 @@ class Benchmark {
options.write_buffer_size, FLAGS_key_size + FLAGS_value_size));
break;
case kPatriciaTrie:
#ifdef WITH_TERARK_ZIP
options.memtable_factory.reset(NewPatriciaTrieRepFactory());
#else
printf("TerarkZipTable was not enabled!");
exit(1);
#endif
break;
#else
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册