rpm/db/db_printlog
jbj d03f220fde ... and in with the New ...
CVS patchset: 7471
CVS date: 2004/10/16 01:31:54
2004-10-16 01:31:54 +00:00
..
README ... and in with the New ... 2004-10-16 01:31:54 +00:00
commit.awk Initial revision 2001-03-21 18:33:35 +00:00
count.awk Initial revision 2001-03-21 18:33:35 +00:00
db_printlog.c ... and in with the New ... 2004-10-16 01:31:54 +00:00
dbname.awk - upgrade to db-4.2.52. 2003-12-15 21:42:09 +00:00
fileid.awk Initial revision 2001-03-21 18:33:35 +00:00
logstat.awk - upgrade to db-4.2.52. 2003-12-15 21:42:09 +00:00
pgno.awk Initial revision 2001-03-21 18:33:35 +00:00
range.awk Initial revision 2001-03-21 18:33:35 +00:00
rectype.awk ... and in with the New ... 2004-10-16 01:31:54 +00:00
status.awk ... and in with the New ... 2004-10-16 01:31:54 +00:00
txn.awk Initial revision 2001-03-21 18:33:35 +00:00

README

# $Id: README,v 10.7 2004/09/24 00:43:16 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.

dbname.awk      Take a comma-separated list of database names and spit
		out all the log records that affect those databases.

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

logstat.awk	Display log record count/size statistics.

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.

rectype.awk     Print out a range of the log -- command line should
		set RECTYPE to the a comma separated list of the
		rectypes (or partial strings of rectypes) sought.

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

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