]> git.sur5r.net Git - openldap/blob - libraries/liblmdb/mdb_drop.1
997e29118206c69748f5c5fd5a818be0858d794a
[openldap] / libraries / liblmdb / mdb_drop.1
1 .TH MDB_DROP 1 "2017/11/19" "LMDB 0.9.70"
2 .\" Copyright 2014-2017 Howard Chu, Symas Corp. All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .SH NAME
5 mdb_drop \- LMDB database delete tool
6 .SH SYNOPSIS
7 .B mdb_drop
8 [\c
9 .BR \-V ]
10 [\c
11 .BR \-n ]
12 [\c
13 .BR \-d ]
14 [\c
15 .BI \-s \ subdb\fR]
16 .BR \ envpath
17 .SH DESCRIPTION
18 The
19 .B mdb_drop
20 utility empties or deletes a database in the specified
21 environment.
22 .SH OPTIONS
23 .TP
24 .BR \-V
25 Write the library version number to the standard output, and exit.
26 .TP
27 .BR \-n
28 Operate on an LMDB database which does not use subdirectories.
29 .TP
30 .BR \-d
31 Delete the specified database, don't just empty it.
32 .TP
33 .BR \-s \ subdb
34 Operate on a specific subdatabase. If no database is specified, only the main database is dropped.
35 .SH DIAGNOSTICS
36 Exit status is zero if no errors occur.
37 Errors result in a non-zero exit status and
38 a diagnostic message being written to standard error.
39 .SH AUTHOR
40 Howard Chu of Symas Corporation <http://www.symas.com>