From fe3d0cbaeff666224e7abd3e15247fc3f29b60ff Mon Sep 17 00:00:00 2001 From: Jeffrey Dallatezza Date: Sun, 7 Sep 2025 09:30:15 -0400 Subject: [PATCH] Update comment --- crates/datastore/src/locking_tx_datastore/datastore.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/datastore/src/locking_tx_datastore/datastore.rs b/crates/datastore/src/locking_tx_datastore/datastore.rs index c0397f849a..fc45996821 100644 --- a/crates/datastore/src/locking_tx_datastore/datastore.rs +++ b/crates/datastore/src/locking_tx_datastore/datastore.rs @@ -219,9 +219,7 @@ impl Locking { .set(table_size as i64); } - // Fix up auto_inc IDs in the cached system table schemas. - // We might need something to reset sequence ids? - + // Double check that our in-memory system table ids match the on-disk schemas. committed_state.assert_system_table_schemas_match()?; // Set the sequence state. In practice we will end up doing this again after replaying // the commit log, but we do it here too just to avoid having an incorrectly restored