-
Type:
Technical Debt
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Documentation
-
None
-
Storage Engines
-
StorEng - Defined Pipeline
-
1
The function can also process VLCS:
diff --git a/src/btree/bt_delete.c b/src/btree/bt_delete.c
index 99eaf9a46..a8c58f604 100644
--- a/src/btree/bt_delete.c
+++ b/src/btree/bt_delete.c
@@ -619,7 +619,7 @@ err:
/*
* __wti_delete_page_instantiate --
- * Instantiate an entirely deleted row-store leaf page.
+ * Instantiate an entirely deleted leaf page. Note that FLCS is not supported.
*/
int
__wti_delete_page_instantiate(WT_SESSION_IMPL *session, WT_REF *ref)
- split from
-
WT-13290 Handle fast truncated pages during RTS for VLCS
-
- Closed
-