mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Merge remote-tracking branch 'origin/mdb.master'
This commit is contained in:
commit
968a2872dd
1 changed files with 4 additions and 0 deletions
|
|
@ -7192,6 +7192,10 @@ mdb_del(MDB_txn *txn, MDB_dbi dbi,
|
|||
mdb_cursor_init(&mc, txn, dbi, &mx);
|
||||
|
||||
exact = 0;
|
||||
if (!F_ISSET(txn->mt_dbs[dbi].md_flags, MDB_DUPSORT)) {
|
||||
/* must ignore any data */
|
||||
data = NULL;
|
||||
}
|
||||
if (data) {
|
||||
op = MDB_GET_BOTH;
|
||||
rdata = *data;
|
||||
|
|
|
|||
Loading…
Reference in a new issue