-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Schema Management
-
Storage Engines
-
1
-
StorEng - 2024-12-10
The following is an outdated way of handling WT_NOTFOUND error codes
WT_RET_TEST(ret != WT_NOTFOUND, ret);
we should replace this with the WT_RET_NOTFOUND_OK macro.