mirror of
https://github.com/yasuhirokimura/db18
synced 2026-06-08 18:29:23 +00:00
8 lines
76 B
Awk
8 lines
76 B
Awk
# $Id$
|
|
#
|
|
# Output tid of committed transactions.
|
|
|
|
/txn_regop/ {
|
|
print $5
|
|
}
|