mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
fix io submission on cacheflush
This commit is contained in:
parent
8eb3c89227
commit
eb8c462c5f
4 changed files with 36 additions and 12 deletions
|
@ -269,9 +269,8 @@ impl Connection {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub fn cacheflush(&self) -> Result<()> {
|
||||
self.pager.cacheflush()?;
|
||||
Ok(())
|
||||
pub fn cacheflush(&self) -> Result<CheckpointStatus> {
|
||||
self.pager.cacheflush()
|
||||
}
|
||||
|
||||
pub fn clear_page_cache(&self) -> Result<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue