From 34a6d236ab930e6e47e6636833c4f35be9fd9879 Mon Sep 17 00:00:00 2001 From: Pere Diaz Bou Date: Wed, 25 Jun 2025 09:28:31 +0200 Subject: [PATCH] fix comp --- core/storage/wal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/storage/wal.rs b/core/storage/wal.rs index 39532d6c6..a67a0ddae 100644 --- a/core/storage/wal.rs +++ b/core/storage/wal.rs @@ -986,7 +986,7 @@ impl WalFile { max_frame_read_lock_index: 0, last_checksum: (0, 0), start_pages_in_frames: 0, - header, + header: *header, } }