mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-16 01:04:31 +08:00
mdbx: перемещение и корректировка комментария размечающего внутренние поля пишущей транзакции.
This commit is contained in:
parent
5ba257fafc
commit
faa9753d2d
@ -210,7 +210,6 @@ struct MDBX_txn {
|
|||||||
} to;
|
} to;
|
||||||
struct {
|
struct {
|
||||||
troika_t troika;
|
troika_t troika;
|
||||||
/* In write txns, array of cursors for each DB */
|
|
||||||
pnl_t __restrict repnl; /* Reclaimed GC pages */
|
pnl_t __restrict repnl; /* Reclaimed GC pages */
|
||||||
struct {
|
struct {
|
||||||
/* The list of reclaimed txn-ids from GC */
|
/* The list of reclaimed txn-ids from GC */
|
||||||
@ -249,6 +248,7 @@ struct MDBX_txn {
|
|||||||
size_t writemap_dirty_npages;
|
size_t writemap_dirty_npages;
|
||||||
size_t writemap_spilled_npages;
|
size_t writemap_spilled_npages;
|
||||||
};
|
};
|
||||||
|
/* In write txns, next is located the array of cursors for each DB */
|
||||||
} tw;
|
} tw;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user