From 3cbde28a71d659c809c5192175c0be7e6216557d Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 3 Nov 2011 15:41:44 -0700 Subject: [PATCH] Minor tweaks before ITS#7079 --- doc/man/man5/slapd-mdb.5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/man/man5/slapd-mdb.5 b/doc/man/man5/slapd-mdb.5 index 9c723d38de..ede348cbaa 100644 --- a/doc/man/man5/slapd-mdb.5 +++ b/doc/man/man5/slapd-mdb.5 @@ -42,7 +42,9 @@ Note: currently the \fI\fP setting is unimplemented. Specify that on-disk database contents should not be immediately synchronized with in memory changes. Enabling this option may improve performance at the expense of data -security. By default, a full data flush/sync is performed when each +security. In particular, if the operating system crashes before changes are +flushed, some number of transactions may be lost. +By default, a full data flush/sync is performed when each transaction is committed. .TP .BI directory \ @@ -126,6 +128,9 @@ The .B mdb backend honors access control semantics as indicated in .BR slapd.access (5). +.SH NOTES +This is an early release; the database file format or other +characteristics may change incompatibly in future releases. .SH FILES .TP .B ETCDIR/slapd.conf -- 2.39.5