mariadb/storage/bdb/db_printlog/commit.awk
2005-12-05 10:27:46 -08:00

7 lines
127 B
Awk

# $Id: commit.awk,v 12.0 2004/11/17 03:43:24 bostic Exp $
#
# Output tid of committed transactions.
/txn_regop/ {
print $5
}