ITS#9007 don't free loose writemap pages

Broken in ITS#8756
remotes/1691602464505633909/tmp_refs/heads/wonerujo-v0.10.1
Kris Zyp 5 years ago committed by Howard Chu
parent 25670398b1
commit 332b9734ff
No known key found for this signature in database
GPG Key ID: FD2A70B44AB11BA7

@ -3461,9 +3461,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 */

Loading…
Cancel
Save