diff options
Diffstat (limited to 'bdb/db_printlog/commit.awk')
-rw-r--r-- | bdb/db_printlog/commit.awk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bdb/db_printlog/commit.awk b/bdb/db_printlog/commit.awk new file mode 100644 index 00000000000..66391d3fb63 --- /dev/null +++ b/bdb/db_printlog/commit.awk @@ -0,0 +1,7 @@ +# $Id: commit.awk,v 10.2 1999/11/21 18:01:42 bostic Exp $ +# +# Output tid of committed transactions. + +/txn_regop/ { + print $5 +} |