Allow mdb_env_set_mapsize() on an open environment
authorHoward Chu <hyc@symas.com>
Thu, 29 Aug 2013 02:12:59 +0000 (19:12 -0700)
committerHoward Chu <hyc@symas.com>
Thu, 29 Aug 2013 02:12:59 +0000 (19:12 -0700)
commit2e7130cab0129e3b72a25d39c5d4e5a5c55cb353
treeae5ccbd20e6a341ebcf7764a12752fb17a8c668e
parent2a28686e4f56cf539e817661728e6c05de339eba
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.
libraries/liblmdb/lmdb.h
libraries/liblmdb/mdb.c