Files
Yash Singh f2d68f8128 fix(wal): flush the copied mmap in Segment::copy_to_path (#9868)
copy_to_path returned Ok(()) without flushing, so the copy was not guaranteed on disk. Flush after the copy, matching create() and flush() in the same file. Also add a round-trip test for copy_to_path, which had none.
2026-07-17 22:40:31 +02:00
..
2026-04-09 10:02:45 +02:00