Skip to content

Commit

Permalink
fix DoubleWriteBuffer init
Browse files Browse the repository at this point in the history
  • Loading branch information
nautaa authored May 11, 2024
1 parent 49227a8 commit 1fbdfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/observer/storage/buffer/double_write_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class DoubleWriteBuffer

struct DoubleWriteBufferHeader
{
int32_t page_cnt;
int32_t page_cnt = 0;

static const int32_t SIZE;
};
Expand Down

0 comments on commit 1fbdfdb

Please sign in to comment.