summaryrefslogtreecommitdiff
path: root/bdb/db_printlog/count.awk
blob: 1d5a291950fcafa960189c3496e51715322773aa (plain)
1
2
3
4
5
6
7
8
9
# $Id: count.awk,v 10.2 1999/11/21 18:01:42 bostic Exp $
#
# Print out the number of log records for transactions that we
# encountered.

/^\[/{
	if ($5 != 0)
		print $5
}