lmdbxx
lmdbxx copied to clipboard
Add MDB_VL32 support.
See https://github.com/hoytech/lmdbxx/issues/12
There are some notes:
- A guard for the case that LMDB does not support MDB_VL32 is added
- Even where unqualified
size_t
is enough,lmdb::
is added to avoid confusions.