mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Merge remote-tracking branch 'origin/mdb.master'
This commit is contained in:
commit
fd1bf39770
1 changed files with 1 additions and 0 deletions
|
|
@ -2626,6 +2626,7 @@ mdb_txn_begin(MDB_env *env, MDB_txn *parent, unsigned int flags, MDB_txn **ret)
|
|||
if (!(flags & MDB_RDONLY)) {
|
||||
if (!parent) {
|
||||
txn = env->me_txn0;
|
||||
txn->mt_flags = 0;
|
||||
goto ok;
|
||||
}
|
||||
size += env->me_maxdbs * sizeof(MDB_cursor *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue