head	1.4;
access;
symbols
	rpm-4_4_8-release:1.3.2.1
	rpm-4_4_7-release:1.3.2.1
	db-4_5_20:1.4
	rpm-4_4_6-release:1.3.2.1
	rpm-4_4_5-release:1.3.2.1
	db-4_4_20:1.4
	rpm-4_4_4-release:1.3.2.1
	db-4_4_16:1.4
	rpm-4_4_3-release:1.3.2.1
	db-4_4_11:1.4
	db-4_3_29:1.3
	jbj_before_tklcpatches:1.3
	rpm-4_4_2-release:1.3
	pjones-sparse-experiment:1.4.0.2
	db-4_4_4:1.4
	rpm-4_4_1-release:1.3
	db-4_3_27:1.3
	rpm-4_4-release:1.3
	rpm-4_4:1.3.0.2
	db-4_3_21:1.3
	db-4_3_14:1.3
	db-4_2_52:1.2
	rpm-4_3_1-start:1.2
	rpm-4_3:1.2.0.2
	rpm-4_2_1-release:1.1.1.3
	rpm-4_1_1-release:1.1.1.3
	rpm-4_2-release:1.1.1.3
	rpm-4_2:1.1.1.3.0.2
	postmerge-db-4_1_24-release:1.1.1.3
	premerge-db-4_1_24-release:1.1.1.3
	db-4_1_24-release:1.1.1.3
	pre-db-4_1_24-release:1.1.1.3
	rpm-4_1-release:1.1.1.2
	postmerge-db-4_1_17:1.1.1.3
	premerge-db-4_1_17:1.1.1.3
	db-4_1_17:1.1.1.3
	pre-db-4_1_17:1.1.1.2
	rpm-4_1:1.1.1.2.0.4
	rpm-4_0_4-release:1.1.1.2.2.2
	jbj-before-beecrypt:1.1.1.2.2.2
	postmerge-db-4_0_14:1.1.1.2
	premerge-db-4_0_14:1.1.1.2
	db-4_0_14:1.1.1.2
	pre-db-4_0_14:1.1.1.2
	rpm-4_0_3-release:1.1.1.2.2.1
	postmerge-db-4_0_7:1.1.1.2
	premerge-db-4_0_7:1.1.1.2
	db-4_0_7:1.1.1.2
	pre-db-4_0_7:1.1.1.2
	jbj_b4_rollback:1.1.1.2.2.1
	postmerge-db-3_3_11-release:1.1.1.2
	premerge-db-3_3_11-release:1.1.1.2
	db-3_3_11-release:1.1.1.2
	pre-db-3_3_11-release:1.1.1.2
	rpm-4_0:1.1.1.2.0.2
	postmerge-db-3_3_4-release:1.1.1.2
	premerge-db-3_3_4-release:1.1.1.2
	db-3_3_4-release:1.1.1.2
	pre-db-3_3_4-release:1.1.1.1
	db-3_2_9-release:1.1.1.1
	db-3_2_9-vendor:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.4
date	2005.02.21.15.53.57;	author jbj;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.16.01.31.54;	author jbj;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2003.12.15.21.42.24;	author jbj;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.21.18.33.37;	author jbj;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.03.21.18.33.37;	author jbj;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2001.05.13.19.58.26;	author jbj;	state Exp;
branches
	1.1.1.2.2.1;
next	1.1.1.3;

1.1.1.3
date	2002.08.14.16.31.51;	author jbj;	state Exp;
branches;
next	;

1.1.1.2.2.1
date	2001.07.23.20.31.13;	author jbj;	state Exp;
branches;
next	1.1.1.2.2.2;

1.1.1.2.2.2
date	2002.01.08.04.07.14;	author jbj;	state Exp;
branches;
next	;

1.3.2.1
date	2005.10.28.18.44.30;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Upgrade to db-4.4.4.
@
text
@# $Id: README,v 12.0 2004/11/17 03:43:23 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.
@


1.3
log
@... and in with the New ...
@
text
@d1 1
a1 1
# $Id: README,v 10.7 2004/09/24 00:43:16 bostic Exp $
@


1.3.2.1
log
@Update to db-4.4.11.
@
text
@d1 1
a1 1
# $Id: README,v 12.0 2004/11/17 03:43:23 bostic Exp $
@


1.2
log
@- upgrade to db-4.2.52.
@
text
@d1 1
a1 1
# $Id: README,v 10.6 2002/06/20 14:52:54 bostic Exp $
d31 1
a31 1
		encountered, and whether they commited or aborted.
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id: README,v 10.5 1999/11/21 23:08:01 bostic Exp $
d13 3
d19 2
d26 4
@


1.1.1.1
log
@db-3.2.9
@
text
@@


1.1.1.2
log
@track: auto import
@
text
@d1 1
a1 1
# Id: README,v 10.5 1999/11/21 23:08:01 bostic Exp 
@


1.1.1.3
log
@track: auto import
@
text
@d1 1
a1 1
# Id: README,v 10.6 2002/06/20 14:52:54 bostic Exp 
a12 3
dbname.awk      Take a comma-separated list of database names and spit
		out all the log records that affect those databases.

a15 2
logstat.awk	Display log record count/size statistics.

a19 4

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.
@


1.1.1.2.2.1
log
@Merge db-3.3.11 onto rpm-4_0 branch.
@
text
@d1 1
a1 1
# $Id: README,v 10.5 1999/11/21 23:08:01 bostic Exp $
@


1.1.1.2.2.2
log
@Update to db-4.0.14.
@
text
@d1 1
a1 1
# Id: README,v 10.5 1999/11/21 23:08:01 bostic Exp 
@


