1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-29 21:42:28 +03:00
mariadb/bdb/db_printlog/commit.awk
tim@threads.polyesthetic.msg 89dad52004 Import changeset
2001-03-04 19:42:05 -05:00

8 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
}