mdbx: extending MDBX_envinfo.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-10-14 21:10:40 +03:00
parent 06b6739e68
commit 410bbbd9a5
7 changed files with 127 additions and 89 deletions

View File

@@ -65,6 +65,9 @@ union logger_union {
struct libmdbx_globals {
bin128_t bootid;
unsigned sys_pagesize, sys_allocation_granularity;
#ifdef AT_UCACHEBSIZE
unsigned sys_unified_cache_block;
#endif /* AT_UCACHEBSIZE */
uint8_t sys_pagesize_ln2;
uint8_t runtime_flags;
uint8_t loglevel;