Browse Source

fix unnormal size bug

xxy
小人鱼 9 months ago
parent
commit
fa20245ae8
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      db/db_impl.cc

+ 0
- 1
db/db_impl.cc View File

@ -1483,7 +1483,6 @@ Status DBImpl::MakeRoomForWrite(bool force) {
RecordBackgroundError(s);
}
delete logfile_;
addNewValueLog();
logfile_ = lfile;
logfile_number_ = new_log_number;
log_ = new log::Writer(lfile);

Loading…
Cancel
Save