From: Howard Chu Date: Wed, 19 Dec 2012 21:15:59 +0000 (-0800) Subject: MDB is now called LMDB X-Git-Tag: OPENLDAP_REL_ENG_2_4_34~76 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=56fe904624ce16338d71a26046bc9f5edc5ca10a;p=openldap MDB is now called LMDB Lightning Memory-Mapped Database --- diff --git a/doc/man/man5/slapd-mdb.5 b/doc/man/man5/slapd-mdb.5 index 8a35b401cd..d1d7ca6c4f 100644 --- a/doc/man/man5/slapd-mdb.5 +++ b/doc/man/man5/slapd-mdb.5 @@ -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 \ -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.