mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9760 back-wt: SLAP_DBFLAG_CLEAN is always set.
This commit is contained in:
parent
edf7ef4948
commit
30917b984c
1 changed files with 3 additions and 0 deletions
|
|
@ -82,6 +82,9 @@ wt_db_open( BackendDB *be, ConfigReply *cr )
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* back-wt is always clean */
|
||||||
|
be->be_flags |= SLAP_DBFLAG_CLEAN;
|
||||||
|
|
||||||
/* Open and create database */
|
/* Open and create database */
|
||||||
rc = wiredtiger_open(wi->wi_home, NULL,
|
rc = wiredtiger_open(wi->wi_home, NULL,
|
||||||
wi->wi_config, &wi->wi_conn);
|
wi->wi_config, &wi->wi_conn);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue