Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
namse authored Nov 12, 2024
1 parent 91f3bf1 commit cffc615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion luda-editor/new-server/bptree/src/id_set/wal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ impl Wal {
.send(ExecutorRequest::Reset)
.map_err(|_| WalError::ExecutorDown)?;
self.wal_write_fd.set_len(0)?;
self.written = 0;
self.write_offset = 0;
self.track_flag = !self.track_flag;
}
Expand Down

0 comments on commit cffc615

Please sign in to comment.