Commit 840f8eab authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Make mysql_ldb work on clang

parent 884fd9ac
......@@ -9,7 +9,7 @@
int main(int argc, char** argv) {
rocksdb::Options db_options;
const myrocks::Rdb_pk_comparator pk_comparator;
myrocks::Rdb_pk_comparator pk_comparator;
db_options.comparator= &pk_comparator;
rocksdb::LDBTool tool;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment