mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:14:12 +08:00
mdbx: fix minor copy&paste typo.
Change-Id: I5a1be230d0ca92123006e709aaaf78496918c91a
This commit is contained in:
parent
fe65c122d2
commit
f5ce471ebb
@ -18521,7 +18521,7 @@ int mdbx_estimate_distance(const MDBX_cursor *first, const MDBX_cursor *last,
|
|||||||
return rc;
|
return rc;
|
||||||
|
|
||||||
if (unlikely(dr.diff == 0) &&
|
if (unlikely(dr.diff == 0) &&
|
||||||
F_ISSET(first->mc_db->md_flags & first->mc_db->md_flags,
|
F_ISSET(first->mc_db->md_flags & last->mc_db->md_flags,
|
||||||
MDBX_DUPSORT | C_INITIALIZED)) {
|
MDBX_DUPSORT | C_INITIALIZED)) {
|
||||||
first = &first->mc_xcursor->mx_cursor;
|
first = &first->mc_xcursor->mx_cursor;
|
||||||
last = &last->mc_xcursor->mx_cursor;
|
last = &last->mc_xcursor->mx_cursor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user