Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
Description
I think the test at the end of __wt_row_search is wrong, we're releasing the "current" page if leaf != NULL, and that's wrong, we should only release the current page if no leaf-page WT_REF was specified.
I think the safest test is to compare current against leaf, which is basically the same as leaf == NULL, in the current code.
Attachments
Issue Links
- is depended on by
-
SERVER-21349 WiredTiger changes for 3.2.0-rc3
-
- Closed
-