ITS#9760 back-wt: SLAP_DBFLAG_CLEAN is always set.

This commit is contained in:
HAMANO Tsukasa 2021-12-03 15:58:45 +09:00 committed by Quanah Gibson-Mount
parent edf7ef4948
commit 30917b984c

View File

@ -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);