mdbx: merge branch erigon into devel.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-07-07 23:24:45 +03:00
4 changed files with 279 additions and 108 deletions

3
mdbx.h
View File

@@ -2494,6 +2494,9 @@ struct MDBX_envinfo {
uint64_t unspill; /**< Quantity of unspilled/reloaded pages */
uint64_t wops; /**< Number of explicit write operations (not a pages)
to a disk */
uint64_t
gcrtime_seconds16dot16; /**< Time spent loading and searching inside
GC (aka FreeDB) in 1/65536 of second. */
} mi_pgop_stat;
};
#ifndef __cplusplus