From: Howard Chu Date: Fri, 1 Sep 2017 12:16:37 +0000 (+0100) Subject: Doc tweaks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05d5a9d3f6c1b808380c082d84b1db7e8472045d;p=thirdparty%2Fopenldap.git Doc tweaks Note about DB names being C strings --- diff --git a/libraries/liblmdb/lmdb.h b/libraries/liblmdb/lmdb.h index d6a422d7cb..bc1e2684ba 100644 --- a/libraries/liblmdb/lmdb.h +++ b/libraries/liblmdb/lmdb.h @@ -224,7 +224,7 @@ typedef int mdb_filehandle_t; /** @defgroup mdb LMDB API * @{ - * @brief OpenLDAP Lightning Memory-Mapped Database Manager + * @brief Symas Lightning Memory-Mapped Database Manager */ /** @defgroup Version Version Macros * @{ @@ -1161,6 +1161,8 @@ int mdb_txn_renew(MDB_txn *txn); * To use named databases (with name != NULL), #mdb_env_set_maxdbs() * must be called before opening the environment. Database names are * keys in the unnamed database, and may be read but not written. + * @note Names are C strings and stored with their NUL terminator included. + * In LMDB 0.9 the NUL terminator was omitted. * * @param[in] txn A transaction handle returned by #mdb_txn_begin() * @param[in] name The name of the database to open. If only a single