Skip to content

Commit

Permalink
Make mysql_ldb work on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
cvicentiu committed Feb 7, 2017
1 parent 884fd9a commit 840f8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/rocksdb/tools/mysql_ldb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 840f8ea

Please sign in to comment.