You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
unknown ec6ae09161 Import changeset 25 years ago
..
README Import changeset 25 years ago
commit.awk Import changeset 25 years ago
count.awk Import changeset 25 years ago
db_printlog.c Import changeset 25 years ago
dbname.awk Import changeset 25 years ago
fileid.awk Import changeset 25 years ago
pgno.awk Import changeset 25 years ago
range.awk Import changeset 25 years ago
rectype.awk Import changeset 25 years ago
status.awk Import changeset 25 years ago
txn.awk Import changeset 25 years ago

README

# $Id: README,v 10.5 1999/11/21 23:08:01 bostic Exp $

Berkeley DB log dump utility. This utility dumps out a DB log in human
readable form, a record at a time, to assist in recovery and transaction
abort debugging.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
commit.awk Output transaction ID of committed transactions.

count.awk Print out the number of log records for transactions
that we encountered.

fileid.awk Take a comma-separated list of file numbers and spit out
all the log records that affect those file numbers.

pgno.awk Take a comma-separated list of page numbers and spit
out all the log records that affect those page numbers.

range.awk Print out a range of the log.

status.awk Read through db_printlog output and list the transactions
encountered, and whether they commited or aborted.

txn.awk Print out all the records for a comma-separated list of
transaction IDs.