]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10222 LMDB: Updated mdb_dump man page
authorZach Vonler <zach.vonler@sambanovasystems.com>
Mon, 3 Jun 2024 19:39:02 +0000 (12:39 -0700)
committerHoward Chu <hyc@openldap.org>
Mon, 3 Jun 2024 20:12:46 +0000 (21:12 +0100)
The -a option to mdb_load makes the previous text obsolete.

libraries/liblmdb/mdb_dump.1

index ad733c9e572d2f1f2e6e2ebb155c00c816a13f3f..adee6feb4730e5df83b65224b7a6a5bd13f547e9 100644 (file)
@@ -67,14 +67,14 @@ Exit status is zero if no errors occur.
 Errors result in a non-zero exit status and
 a diagnostic message being written to standard error.
 
-Dumping and reloading databases that use user-defined comparison functions
-will result in new databases that use the default comparison functions.
-\fBIn this case it is quite likely that the reloaded database will be
-damaged beyond repair permitting neither record storage nor retrieval.\fP
+Dumping databases that use user-defined comparison functions will output
+records with the ordering imposed by those comparison functions. If
+.B mdb_load
+is invoked without including the
+.B -a
+option when reloading those records, the new databases will likely be
+damaged beyond repair, permitting neither record storage nor retrieval.
 
-The only available workaround is to modify the source for the
-.BR mdb_load (1)
-utility to load the database using the correct comparison functions.
 .SH "SEE ALSO"
 .BR mdb_load (1)
 .SH AUTHOR