mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-02 04:08:57 +08:00
mdbx: drop me_dirtylist field.
Change-Id: I93ee802c1b6ef5c6a2443e19754e1a20dbe0aea9
This commit is contained in:
@@ -976,8 +976,6 @@ struct MDBX_env {
|
||||
MDBX_page *me_dp_reserve; /* list of malloc'd blocks for re-use */
|
||||
/* PNL of pages that became unused in a write txn */
|
||||
MDBX_PNL me_retired_pages;
|
||||
/* MDBX_DP of pages written during a write txn. */
|
||||
MDBX_DPL me_dirtylist;
|
||||
/* Number of freelist items that can fit in a single overflow page */
|
||||
unsigned me_maxgc_ov1page;
|
||||
unsigned me_branch_nodemax; /* max size of a branch-node */
|
||||
|
||||
Reference in New Issue
Block a user