diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-01-28 21:33:59 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-01-28 21:33:59 +0200 |
commit | 32506a6ca7b61e68f68a61db169716fa5d82b5a7 (patch) | |
tree | 527f98c1d5d760aeeed05864f31559487a35b219 /external/db_drivers/liblmdb/mdb_copy.1 | |
parent | Merge pull request #5074 (diff) | |
parent | Resync to upstream mdb.master (diff) | |
download | monero-32506a6ca7b61e68f68a61db169716fa5d82b5a7.tar.xz |
Merge pull request #5079
efec3ed2 Resync to upstream mdb.master (Howard Chu)
Diffstat (limited to 'external/db_drivers/liblmdb/mdb_copy.1')
-rw-r--r-- | external/db_drivers/liblmdb/mdb_copy.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/external/db_drivers/liblmdb/mdb_copy.1 b/external/db_drivers/liblmdb/mdb_copy.1 index 401e47abd..30e4754f1 100644 --- a/external/db_drivers/liblmdb/mdb_copy.1 +++ b/external/db_drivers/liblmdb/mdb_copy.1 @@ -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. |