Skip to content

Commit

Permalink
Merge branch 'mira-steve' into mira
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Feb 4, 2019
2 parents c7af32b + cc3aacf commit d7ba94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/mira/include/mira/detail/ord_index_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class ordered_index_impl:
void flush()
{
super::flush();
//super::_db->Flush( rocksdb::FlushOptions(), super::_handles[ COLUMN_INDEX ] );
super::_db->Flush( rocksdb::FlushOptions(), super::_handles[ COLUMN_INDEX ] );
}

/* capacity */
Expand Down

0 comments on commit d7ba94d

Please sign in to comment.