-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines - Transactions
-
Fully Compatible
-
SE Transactions - 2026-03-13
-
5
-
None
-
None
-
None
-
None
-
None
-
None
-
None
`WT_CURVERSION_METADATA_FORMAT` in version cursor expanded from QQQQQQBBBB (6 uint64_t + 4 uint8_t) to QQQQQQQQQQBBBB (10 uint64_t + 4 uint8_t), adding 4 new fields between startDurableTs and stopTxnId:
- startPrepareTs (uint64_t)
- startPreparedId (uint64_t)
- stopPrepareTs (uint64_t)
- stopPreparedId (uint64_t)
We need to update version cursor to adopt this change.
- is depended on by
-
WT-16889 Allow version cursor to return prepared id and prepare ts
-
- Closed
-