mirror of
https://github.com/isar/libmdbx.git
synced 2025-03-04 05:08:14 +08:00
mdbx: fix typo which lead any error conversion to the 1
.
This commit is contained in:
parent
edda9515d6
commit
7251f47d5b
@ -13430,7 +13430,7 @@ __hot static int mdbx_page_search(MDBX_cursor *mc, const MDBX_val *key,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
while (unlikely((scan = scan->mt_parent) != nullptr));
|
while (unlikely((scan = scan->mt_parent) != nullptr));
|
||||||
if (unlikely((rc = mdbx_page_get(mc, root, &mc->mc_pg[0], pp_txnid) != 0)))
|
if (unlikely((rc = mdbx_page_get(mc, root, &mc->mc_pg[0], pp_txnid)) != 0))
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user