mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-26 10:04:28 +08:00
mdbx: fix operation for unusual small/large system page size.
More for https://github.com/erthink/libmdbx/issues/157 Change-Id: I4f2ed54b50653d0375538b82c48590d1037cd93b
This commit is contained in:
@@ -985,8 +985,6 @@ template class LIBMDBX_API_TYPE buffer<polymorphic_allocator>;
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
size_t env::default_pagesize() noexcept { return ::mdbx_syspagesize(); }
|
||||
|
||||
static inline MDBX_env_flags_t mode2flags(env::mode mode) {
|
||||
switch (mode) {
|
||||
default:
|
||||
|
Reference in New Issue
Block a user