mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-18 22:09:03 +08:00
mdbx: drop MDB_MAXKEYSIZE.
This commit is contained in:
2
mdbx.h
2
mdbx.h
@@ -921,8 +921,6 @@ LIBMDBX_API int mdbx_env_set_maxdbs(MDB_env *env, MDB_dbi dbs);
|
||||
|
||||
/* Get the maximum size of keys and MDB_DUPSORT data we can write.
|
||||
*
|
||||
* Depends on the compile-time constant MDB_MAXKEYSIZE. Default 511.
|
||||
* See MDB_val.
|
||||
* [in] env An environment handle returned by mdbx_env_create()
|
||||
* Returns The maximum size of a key we can write
|
||||
*/
|
||||
|
Reference in New Issue
Block a user