Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
05d5a9d3
Commit
05d5a9d3
authored
Sep 01, 2017
by
Howard Chu
Browse files
Doc tweaks
Note about DB names being C strings
parent
27c8cee7
Changes
1
Show whitespace changes
Inline
Side-by-side
libraries/liblmdb/lmdb.h
View file @
05d5a9d3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment