Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HAMANO Tsukasa
OpenLDAP
Commits
d2683549
Commit
d2683549
authored
Dec 03, 2021
by
HAMANO Tsukasa
Browse files
Merge pull request #11 from osstech-jp/openldap24-wiredtiger-set-dbflag_clean
back-wt: SLAP_DBFLAG_CLEAN is always set.
parent
739081f2
Pipeline
#3836
passed with stage
in 51 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-wt/init.c
View file @
d2683549
...
@@ -82,6 +82,9 @@ wt_db_open( BackendDB *be, ConfigReply *cr )
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment