Merge pull request #389 from Liuchang0812/master
fix "make static_lib" error
This commit is contained in:
commit
856059094e
@ -416,7 +416,7 @@ void SSTDumpTool::Run(int argc, char** argv) {
|
|||||||
"------------------------------\n"
|
"------------------------------\n"
|
||||||
" %s",
|
" %s",
|
||||||
table_properties->ToString("\n ", ": ").c_str());
|
table_properties->ToString("\n ", ": ").c_str());
|
||||||
fprintf(stdout, "# deleted keys: %zd\n",
|
fprintf(stdout, "# deleted keys: %" PRIu64 "\n",
|
||||||
rocksdb::GetDeletedKeys(
|
rocksdb::GetDeletedKeys(
|
||||||
table_properties->user_collected_properties));
|
table_properties->user_collected_properties));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user