-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: Not Applicable
-
None
-
Storage Engines, Storage Engines - Persistence
-
SE Persistence backlog
-
None
Use new macro WT_CHECK_AND_RESET to replace existing code like
if(ret == WT_NOTFOUND){ // do something ret = 0; }
->
if(WT_CHECK_AND_RESET(ret, WT_NOTFOUND)){ // do something }
- is related to
-
WT-15483 Ret value is not reset in background compaction
-
- Closed
-