-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines - 2022-08-22
There's currently not a check (that Dave Holland or I could spot) that verifies the tree contains pages of a sane type. For example, a BTREE_COL_VAR tree could be full of WT_PAGE_COL_FIX or WT_PAGE_ROW_LEAF leaves, and it would continue happily.
We should add a check for this.
- depends on
-
WT-9645 Crosscheck tree type and page type in verify
- Closed