Information about the environment. More...
#include <lmdb.h>
Data Fields | |
| void * | me_mapaddr |
| size_t | me_mapsize |
| size_t | me_last_pgno |
| size_t | me_last_txnid |
| unsigned int | me_maxreaders |
| unsigned int | me_numreaders |
Information about the environment.
| void* MDB_envinfo::me_mapaddr |
Address of map, if fixed
| size_t MDB_envinfo::me_mapsize |
Size of the data memory map
| size_t MDB_envinfo::me_last_pgno |
ID of the last used page
| size_t MDB_envinfo::me_last_txnid |
ID of the last committed transaction
| unsigned int MDB_envinfo::me_maxreaders |
max reader slots in the environment
| unsigned int MDB_envinfo::me_numreaders |
max reader slots used in the environment
1.6.1