Allow mdb_env_set_mapsize() on an open environment
The caller is responsible for making sure no transactions are active in this process before resizing. This is slightly lighter weight than doing a full env_close/env_open cycle.
Please register or sign in to comment