Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Nov 7, 2023
1 parent f61afb6 commit 1a5e44e
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 @@ -30,7 +30,7 @@ namespace doris {

WalWriter::WalWriter(const std::string& file_name,
const std::shared_ptr<std::atomic_size_t>& all_wal_disk_bytes)
: _file_name(file_name), _disk_bytes(0), _all_wal_disk_bytes(all_wal_disk_bytes) {}
: _file_name(file_name), _all_wal_disk_bytes(all_wal_disk_bytes) {}

WalWriter::~WalWriter() {}

Expand Down

0 comments on commit 1a5e44e

Please sign in to comment.