glibc/db2/progs/db_printlog/commit.awk
Ulrich Drepper ec239360d1 Update.
* db2/Makefile (distribute): Remove files which do not exist
	anymore.
1999-06-13 13:36:34 +00:00

8 lines
111 B
Awk

# @(#)commit.awk 10.1 (Sleepycat) 11/1/98
#
# Output tid of committed transactions.
/txn_regop/ {
print $5
}