summaryrefslogtreecommitdiff
path: root/storage/bdb/db_printlog/commit.awk
blob: 66391d3fb6317d3f069210fdb70fe7fb420dfa54 (plain)
1
2
3
4
5
6
7
# $Id: commit.awk,v 10.2 1999/11/21 18:01:42 bostic Exp $
#
# Output tid of committed transactions.

/txn_regop/ {
	print $5
}