|
Monero
|
Public Attributes | |
| uint32_t | md_pad |
| uint16_t | md_flags |
| uint16_t | md_depth |
| pgno_t | md_branch_pages |
| pgno_t | md_leaf_pages |
| pgno_t | md_overflow_pages |
| mdb_size_t | md_entries |
| pgno_t | md_root |
Information about a single database in the environment.
| pgno_t MDB_db::md_branch_pages |
number of internal pages
| uint16_t MDB_db::md_depth |
depth of this tree
| mdb_size_t MDB_db::md_entries |
number of data items
| uint16_t MDB_db::md_flags |
| pgno_t MDB_db::md_leaf_pages |
number of leaf pages
| pgno_t MDB_db::md_overflow_pages |
number of overflow pages
| uint32_t MDB_db::md_pad |
also ksize for LEAF2 pages
| pgno_t MDB_db::md_root |
the root page of this tree