Add -a append option to mdb_load
To allow reloading of custom-sorted DBs from mdb_dump
This commit is contained in:
7
external/db_drivers/liblmdb/mdb_load.1
vendored
7
external/db_drivers/liblmdb/mdb_load.1
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user