]> git.sur5r.net Git - openldap/commitdiff
MDB is now called LMDB
authorHoward Chu <hyc@openldap.org>
Wed, 19 Dec 2012 21:15:59 +0000 (13:15 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 3 Jan 2013 18:22:14 +0000 (10:22 -0800)
Lightning Memory-Mapped Database

doc/man/man5/slapd-mdb.5

index 8a35b401cdf33ca2b09f51bd9707544544121fa9..d1d7ca6c4fe74c868e0e4b6b5dce8d5346959c16 100644 (file)
@@ -9,7 +9,7 @@ slapd\-mdb \- Memory-Mapped DB backend to slapd
 .SH DESCRIPTION
 The \fBmdb\fP backend to
 .BR slapd (8)
-uses OpenLDAP's own Memory-Mapped DB (MDB) library to store data.
+uses OpenLDAP's Lightning Memory-Mapped DB (LMDB) library to store data.
 It relies completely on the underlying operating system for memory
 management and does no caching of its own.
 .LP
@@ -48,14 +48,14 @@ By default, a full data flush/sync is performed when each
 transaction is committed.
 .TP
 .BI directory \ <directory>
-Specify the directory where the MDB files containing this database and
+Specify the directory where the LMDB files containing this database and
 associated indexes live.
 A separate directory must be specified for each database.
 The default is
 .BR LOCALSTATEDIR/openldap\-data .
 .TP
 \fBenvflags \fR{\fBnosync\fR,\fBnometasync\fR,\fBwritemap\fR,\fBmapasync\fR}
-Specify flags for finer-grained control of the MDB library's operation.
+Specify flags for finer-grained control of the LMDB library's operation.
 .RS
 .TP
 .B nosync
@@ -186,7 +186,7 @@ configuration file
 .BR slapadd (8),
 .BR slapcat (8),
 .BR slapindex (8),
-OpenLDAP MDB documentation.
+OpenLDAP LMDB documentation.
 .SH ACKNOWLEDGEMENTS
 .so ../Project
 Written by Howard Chu.