diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-08-15 20:55:15 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-08-15 20:55:15 +0200 |
commit | fa0c1689471a5f8cd9e03791f25eec70034c3b8b (patch) | |
tree | fbd5cc4e4c013dc14875282619d71de259c48921 /external/db_drivers/liblmdb/mdb_stat.1 | |
parent | Merge pull request #2283 (diff) | |
parent | ITS#8704 add MDB_PREVSNAPSHOT flag to mdb_env_open (diff) | |
download | monero-fa0c1689471a5f8cd9e03791f25eec70034c3b8b.tar.xz |
Merge pull request #2285
9c6eb75c ITS#8704 add MDB_PREVSNAPSHOT flag to mdb_env_open (Howard Chu)
Diffstat (limited to '')
-rw-r--r-- | external/db_drivers/liblmdb/mdb_stat.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/external/db_drivers/liblmdb/mdb_stat.1 b/external/db_drivers/liblmdb/mdb_stat.1 index 351c01757..bf49bd3bd 100644 --- a/external/db_drivers/liblmdb/mdb_stat.1 +++ b/external/db_drivers/liblmdb/mdb_stat.1 @@ -14,6 +14,8 @@ mdb_stat \- LMDB environment status tool [\c .BR \-n ] [\c +.BR \-v ] +[\c .BR \-r [ r ]] [\c .BR \-a \ | @@ -39,6 +41,10 @@ If \fB\-fff\fP is given, display the full list of page IDs in the freelist. .BR \-n Display the status of an LMDB database which does not use subdirectories. .TP +.BR \-v +Use the previous environment state instead of the latest state. +This may be useful if the latest state has been corrupted. +.TP .BR \-r Display information about the environment reader table. Shows the process ID, thread ID, and transaction ID for each active |