-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Truncate
-
Storage Engines
-
5
-
2024-06-25 - Climbing BTrees, 2024-07-09 - Nyan Cat
-
v8.0, v7.3
Covered in detail in this comment on WT-13166. We have a WT_CURSOR_HS history store cursor that is being incorrectly cast to a WT_CURSOR_BTREE, so accesses to WT_CURSOR_BTREE fields are actually reading the contents of different WT_CURSOR_HS fields.
The code needs to be updated to correctly fetch the btree from a history store cursor, or possibly removed.