mariadb/storage/bdb/db_printlog/count.awk

10 lines
172 B
Awk
Raw Normal View History

2005-12-05 10:27:46 -08:00
# $Id: count.awk,v 12.0 2004/11/17 03:43:24 bostic Exp $
2001-03-04 19:42:05 -05:00
#
# Print out the number of log records for transactions that we
# encountered.
/^\[/{
if ($5 != 0)
print $5
}