mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-08 17:54:22 +01:00
fix integrity check error
This commit is contained in:
@@ -5392,7 +5392,7 @@ pub fn integrity_check(
|
||||
contents.num_frag_free_bytes() as usize,
|
||||
);
|
||||
|
||||
Ok(CursorResult::IO)
|
||||
Ok(CursorResult::Ok(()))
|
||||
}
|
||||
|
||||
pub fn btree_read_page(pager: &Rc<Pager>, page_idx: usize) -> Result<BTreePage> {
|
||||
|
||||
Reference in New Issue
Block a user