mariadb/bdb/db_printlog/commit.awk

8 lines
127 B
Awk
Raw Normal View History

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