This commit is contained in:
Jussi Saurio
2025-07-30 18:22:17 +03:00
parent 438cbf2872
commit 7240d7903c

View File

@@ -1803,7 +1803,11 @@ impl Pager {
}
#[instrument(skip_all, level = Level::DEBUG)]
fn rollback(&self, schema_did_change: bool, connection: &Connection) -> Result<(), LimboError> {
pub fn rollback(
&self,
schema_did_change: bool,
connection: &Connection,
) -> Result<(), LimboError> {
tracing::debug!(schema_did_change);
self.dirty_pages.borrow_mut().clear();
let mut cache = self.page_cache.write();