mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
write wal header on init
This commit is contained in:
parent
0d857661f2
commit
0b46648c0e
10 changed files with 108 additions and 21 deletions
|
@ -194,6 +194,10 @@ impl limbo_core::File for SimulatorFile {
|
|||
fn sync(&self, c: Rc<limbo_core::Completion>) -> Result<()> {
|
||||
self.inner.sync(c)
|
||||
}
|
||||
|
||||
fn size(&self) -> Result<u64> {
|
||||
Ok(self.inner.size()?)
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for SimulatorFile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue