Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HAMANO Tsukasa
OpenLDAP
Commits
8d93fe07
Commit
8d93fe07
authored
Apr 15, 2019
by
Kris Zyp
Committed by
Howard Chu
Apr 16, 2019
Browse files
ITS
#9007
don't free loose writemap pages
Broken in ITS
#8756
parent
f8505b10
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
8d93fe07
...
...
@@ -3109,9 +3109,9 @@ mdb_freelist_save(MDB_txn *txn)
}
else
{
x
=
mdb_mid2l_search
(
dl
,
mp
->
mp_pgno
);
mdb_tassert
(
txn
,
dl
[
x
].
mid
==
mp
->
mp_pgno
);
mdb_dpage_free
(
env
,
mp
);
}
dl
[
x
].
mptr
=
NULL
;
mdb_dpage_free
(
env
,
mp
);
}
{
/* squash freed slots out of the dirty list */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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