Revision 21189,
1.2 KB
checked in by ghudson, 20 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r21188,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # $Id: README,v 1.1.1.1 2004-12-17 17:26:54 ghudson Exp $ |
---|
2 | |
---|
3 | Berkeley DB log dump utility. This utility dumps out a DB log in human |
---|
4 | readable form, a record at a time, to assist in recovery and transaction |
---|
5 | abort debugging. |
---|
6 | |
---|
7 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
---|
8 | commit.awk Output transaction ID of committed transactions. |
---|
9 | |
---|
10 | count.awk Print out the number of log records for transactions |
---|
11 | that we encountered. |
---|
12 | |
---|
13 | dbname.awk Take a comma-separated list of database names and spit |
---|
14 | out all the log records that affect those databases. |
---|
15 | |
---|
16 | fileid.awk Take a comma-separated list of file numbers and spit out |
---|
17 | all the log records that affect those file numbers. |
---|
18 | |
---|
19 | logstat.awk Display log record count/size statistics. |
---|
20 | |
---|
21 | pgno.awk Take a comma-separated list of page numbers and spit |
---|
22 | out all the log records that affect those page numbers. |
---|
23 | |
---|
24 | range.awk Print out a range of the log. |
---|
25 | |
---|
26 | rectype.awk Print out a range of the log -- command line should |
---|
27 | set RECTYPE to the a comma separated list of the |
---|
28 | rectypes (or partial strings of rectypes) sought. |
---|
29 | |
---|
30 | status.awk Read through db_printlog output and list the transactions |
---|
31 | encountered, and whether they commited or aborted. |
---|
32 | |
---|
33 | txn.awk Print out all the records for a comma-separated list of |
---|
34 | transaction IDs. |
---|
Note: See
TracBrowser
for help on using the repository browser.