mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-07-15 13:06:52 -04:00
ITS#10534 lmdb: update mdb_env_get_maxkeysize() doc
This commit is contained in:
parent
7ed58053d0
commit
c7ef658f07
1 changed files with 1 additions and 1 deletions
|
|
@ -1054,7 +1054,7 @@ int mdb_env_set_maxdbs(MDB_env *env, MDB_dbi dbs);
|
|||
|
||||
/** @brief Get the maximum size of keys and #MDB_DUPSORT data we can write.
|
||||
*
|
||||
* Depends on the compile-time constant #MDB_MAXKEYSIZE. Default 511.
|
||||
* Depends on the page size. Can only be used after #mdb_env_open().
|
||||
* See @ref MDB_val.
|
||||
* @param[in] env An environment handle returned by #mdb_env_create()
|
||||
* @return The maximum size of a key we can write
|
||||
|
|
|
|||
Loading…
Reference in a new issue