Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Nov 20, 2023
1 parent a22550c commit 2caec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/wal_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ WalWriter::WalWriter(const std::string& file_name,
_file_name(file_name),
_disk_bytes(0),
_all_wal_disk_bytes(all_wal_disk_bytes),
_is_first_append_blocks(false) {}
_is_first_append_blocks(true) {}

WalWriter::~WalWriter() {}

Expand Down

0 comments on commit 2caec72

Please sign in to comment.