"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "mysql-4.0.27/bdb/db_printlog/README" of archive mysql-4.0.27-win-src.zip:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 # $Id: README,v 10.5 1999/11/21 23:08:01 bostic 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 fileid.awk Take a comma-separated list of file numbers and spit out
14 all the log records that affect those file numbers.
15
16 pgno.awk Take a comma-separated list of page numbers and spit
17 out all the log records that affect those page numbers.
18
19 range.awk Print out a range of the log.
20
21 status.awk Read through db_printlog output and list the transactions
22 encountered, and whether they commited or aborted.
23
24 txn.awk Print out all the records for a comma-separated list of
25 transaction IDs.