Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ErosBryant committed Nov 13, 2024
1 parent 0e52e47 commit e1db2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ DBImpl::DBImpl(const Options& raw_options, const std::string& dbname)
&internal_comparator_)),
versions_(new VersionSet(dbname_, &options_,
&internal_comparator_)) {

// creat the nvm index
b_index_ = CreateBtreeIndex();
for (int i = 0; i < config::kNumLevels; i++) {
background_compaction_scheduled_[i] = false;
Expand Down

0 comments on commit e1db2b6

Please sign in to comment.