diff --git a/core/storage/wal.rs b/core/storage/wal.rs
index 6c4b2a242..39fb79e46 100644
--- a/core/storage/wal.rs
+++ b/core/storage/wal.rs
@@ -1408,8 +1408,49 @@ impl Wal for WalFile {
Ok(pages)
}
- fn prepare_wal_start(&mut self, page_sz: PageSize) -> Result