mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
ITS#9760 back-wt: SLAP_DBFLAG_CLEAN is always set.
This commit is contained in:
parent
edf7ef4948
commit
30917b984c
@ -82,6 +82,9 @@ wt_db_open( BackendDB *be, ConfigReply *cr )
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* back-wt is always clean */
|
||||
be->be_flags |= SLAP_DBFLAG_CLEAN;
|
||||
|
||||
/* Open and create database */
|
||||
rc = wiredtiger_open(wi->wi_home, NULL,
|
||||
wi->wi_config, &wi->wi_conn);
|
||||
|
Loading…
x
Reference in New Issue
Block a user