summaryrefslogtreecommitdiff
path: root/db_printlog/count.awk
blob: a5e87cc6c3900b51d4711462cbf01fd3cad7e776 (plain)
1
2
3
4
5
6
7
8
9
# $Id$
#
# Print out the number of log records for transactions that we
# encountered.

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