mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 15:10:22 -05:00
Merge remote branch 'origin/mdb.master'
This commit is contained in:
commit
cb24efd287
1 changed files with 2 additions and 1 deletions
|
|
@ -4105,7 +4105,8 @@ newsep:
|
|||
rc = mdb_add_node(mc, j, &rkey, &rdata, pgno, flags);
|
||||
}
|
||||
|
||||
if (mc->mc_pg[mc->mc_top] == copy)
|
||||
/* reset back to original page */
|
||||
if (newindx < split_indx)
|
||||
mc->mc_pg[mc->mc_top] = mp;
|
||||
|
||||
nkeys = NUMKEYS(copy);
|
||||
|
|
|
|||
Loading…
Reference in a new issue