about summary refs log tree commit diff
path: root/db2/progs/db_printlog/commit.awk
blob: 711064bb00ca531ad3eb354a58efa6e23e804c76 (plain) (blame)
1
2
3
4
5
6
7
# @(#)commit.awk	10.1 (Sleepycat) 11/1/98
#
# Output tid of committed transactions.

/txn_regop/ {
	print $5
}