mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
More for batched write
This commit is contained in:
parent
35f17e023d
commit
5a3a54333c
1 changed files with 5 additions and 0 deletions
|
|
@ -1195,6 +1195,11 @@ do_syncrep2(
|
|||
{
|
||||
rc = syncrepl_updateCookie( si, op, &syncCookie );
|
||||
}
|
||||
if ( si->si_refreshCount ) {
|
||||
LDAP_SLIST_REMOVE( &op->o_extra, si->si_refreshTxn, OpExtra, oe_next );
|
||||
op->o_bd->bd_info->bi_op_txn( op, SLAP_TXN_COMMIT, &si->si_refreshTxn );
|
||||
}
|
||||
si->si_refreshEnd = slap_get_time();
|
||||
if ( err == LDAP_SUCCESS
|
||||
&& si->si_logstate == SYNCLOG_FALLBACK ) {
|
||||
si->si_logstate = SYNCLOG_LOGGING;
|
||||
|
|
|
|||
Loading…
Reference in a new issue