mdbx: добавление mdbx_cursor_count_ex() в API.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-12-16 11:54:24 +03:00
parent 90b187c3ba
commit 526ed28de1
3 changed files with 64 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ typedef struct tree {
uint16_t height; /* height of this tree */
uint32_t dupfix_size; /* key-size for MDBX_DUPFIXED (DUPFIX pages) */
pgno_t root; /* the root page of this tree */
pgno_t branch_pages; /* number of internal pages */
pgno_t branch_pages; /* number of branch pages */
pgno_t leaf_pages; /* number of leaf pages */
pgno_t large_pages; /* number of large pages */
uint64_t sequence; /* table sequence counter */