mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-10 03:24:13 +08:00
mdbx: backport - fix typo in mdbx_limits_dbsize_max().
Change-Id: Ie55e3ca108ac6aab9a41d65f316a3d5ff5ff6f1f
This commit is contained in:
parent
feab109c61
commit
de8d0479ab
@ -12518,7 +12518,7 @@ __cold intptr_t mdbx_limits_dbsize_max(intptr_t pagesize) {
|
||||
|
||||
const uint64_t limit = MAX_PAGENO * (uint64_t)pagesize;
|
||||
return (limit < (intptr_t)MAX_MAPSIZE) ? (intptr_t)limit
|
||||
: (intptr_t)MAX_PAGESIZE;
|
||||
: (intptr_t)MAX_MAPSIZE;
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user