mariadb/bdb/db_printlog/commit.awk
tim@threads.polyesthetic.msg 89dad52004 Import changeset
2001-03-04 19:42:05 -05:00

7 lines
127 B
Awk

# $Id: commit.awk,v 10.2 1999/11/21 18:01:42 bostic Exp $
#
# Output tid of committed transactions.
/txn_regop/ {
print $5
}