Commit 93a6b1d5 authored by Yoni Fogel's avatar Yoni Fogel

Update the tokudb_dump man page. Addresses #52

git-svn-id: file:///svn/tokudb@1047 c7de825b-a66e-492c-adef-691d508d4ae1
parent b1e6d85b
...@@ -6,9 +6,15 @@ ...@@ -6,9 +6,15 @@
.SH NAME .SH NAME
tokudb_dump tokudb_dump
.SH SYNOPSIS .SH SYNOPSIS
.B tokudb_dump [-pVT] [-f
.I output-file
.B ] [-h
.I home
.B ] [-s
.I database
.B ]
.I db_file
.LP .LP
\fBtokudb_dump
dbfilename
.SH DESCRIPTION .SH DESCRIPTION
The The
.B tokudb_dump .B tokudb_dump
...@@ -23,6 +29,34 @@ with most versions of Berkeley DB with only recompilation or ...@@ -23,6 +29,34 @@ with most versions of Berkeley DB with only recompilation or
relinking. The database files are incompatible, however, so to relinking. The database files are incompatible, however, so to
convert from one library to the other you would need to dump the convert from one library to the other you would need to dump the
database with one library's tool and load it with the other's. database with one library's tool and load it with the other's.
.SH ADDITIONAL OPTIONS
.IP -T
Output in a format acceptable for
.B tokudb_load
with the
.B -T
option.
.SH UNSUPPORTED BDB OPTIONS
.IP -d
Unsupported.
.IP -k
Unsupported.
.IP -l
Unsupported.
.IP -N
Unsupported.
.IP -P
Unsupported.
.IP -R
Unsupported.
.IP -r
Unsupported.
.SH DIFFERENCES
You must use the
.B -s
option to dump each subdatabase individually for a file with multiple databases.
Transactions are not yet supported.
The database to be dumped must not be currently in use.
.SH AUTHOR .SH AUTHOR
Tokutek, Inc. Tokutek, Inc.
.SH COPYRIGHT .SH COPYRIGHT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment