mirror of
https://github.com/monero-project/monero.git
synced 2025-08-04 02:04:16 -04:00
Resync to upstream mdb.master
This commit is contained in:
parent
6bc0c7e685
commit
efec3ed235
27 changed files with 1081 additions and 843 deletions
5
external/db_drivers/liblmdb/mdb_copy.1
vendored
5
external/db_drivers/liblmdb/mdb_copy.1
vendored
|
@ -1,5 +1,5 @@
|
|||
.TH MDB_COPY 1 "2014/06/20" "LMDB 0.9.14"
|
||||
.\" Copyright 2012-2015 Howard Chu, Symas Corp. All Rights Reserved.
|
||||
.TH MDB_COPY 1 "2017/07/31" "LMDB 0.9.70"
|
||||
.\" Copyright 2012-2019 Howard Chu, Symas Corp. All Rights Reserved.
|
||||
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
|
||||
.SH NAME
|
||||
mdb_copy \- LMDB environment copy tool
|
||||
|
@ -38,6 +38,7 @@ Write the library version number to the standard output, and exit.
|
|||
Compact while copying. Only current data pages will be copied; freed
|
||||
or unused pages will be omitted from the copy. This option will
|
||||
slow down the backup process as it is more CPU-intensive.
|
||||
Currently it fails if the environment has suffered a page leak.
|
||||
.TP
|
||||
.BR \-n
|
||||
Open LDMB environment(s) which do not use subdirectories.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue