Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / util / db_printlog / count.awk
1 # $Id$
2 #
3 # Print out the number of log records for transactions that we
4 # encountered.
5
6 /^\[/{
7         if ($5 != 0)
8                 print $5
9 }