mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
ITS#8040 use NOMETASYNC for lazycommit
not NOSYNC. Might be configurable in the future, but we don't really want to add more config options at present
This commit is contained in:
parent
44f8642c0e
commit
dcd0fd27f6
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ mdb_opinfo_get( Operation *op, struct mdb_info *mdb, int rdonly, mdb_op_info **m
|
|||
} else {
|
||||
int flag = 0;
|
||||
if ( get_lazyCommit( op ))
|
||||
flag |= MDB_NOSYNC;
|
||||
flag |= MDB_NOMETASYNC;
|
||||
rc = mdb_txn_begin( mdb->mi_dbenv, NULL, flag, &moi->moi_txn );
|
||||
if (rc) {
|
||||
Debug( LDAP_DEBUG_ANY, "mdb_opinfo_get: err %s(%d)\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue