mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: add mdbx_get_maxkeysize().
This commit is contained in:
1
mdbx.h
1
mdbx.h
@@ -925,6 +925,7 @@ LIBMDBX_API int mdbx_env_set_maxdbs(MDB_env *env, MDB_dbi dbs);
|
||||
* Returns The maximum size of a key we can write
|
||||
*/
|
||||
LIBMDBX_API int mdbx_env_get_maxkeysize(MDB_env *env);
|
||||
LIBMDBX_API int mdbx_get_maxkeysize(size_t pagesize);
|
||||
|
||||
/* Set application information associated with the MDB_env.
|
||||
*
|
||||
|
Reference in New Issue
Block a user