1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-03 14:33:32 +03:00
Files
mariadb/storage/bdb/db_printlog/commit.awk
2005-04-26 18:19:54 -07: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
}