-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
1
-
2023-07-25 Absolute unit
-
v4.4, v4.2
This issue exists on any branch before 6.0, and is in this condition inside row_modify.c which compares a transaction ID to a timestamp. This bug is currently not causing any issues because the values of WT_TS_NONE and WT_TXN_NONE are both equal to zero in the code, however this could become an issue if we decide to change one of these values in the future.