-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Schema Management
-
Storage Engines
-
3
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.