Add -a append option to mdb_load

To allow reloading of custom-sorted DBs from mdb_dump
This commit is contained in:
Howard Chu
2017-09-20 18:41:11 +01:00
parent 1a73843cec
commit 2540d162be
2 changed files with 47 additions and 6 deletions

View File

@@ -37,6 +37,13 @@ option below.
.BR \-V
Write the library version number to the standard output, and exit.
.TP
.BR \-a
Append all records in the order they appear in the input. The input is assumed to already be
in correctly sorted order and no sorting or checking for redundant values will be performed.
This option must be used to reload data that was produced by running
.B mdb_dump
on a database that uses custom compare functions.
.TP
.BR \-f \ file
Read from the specified file instead of from the standard input.
.TP