Import BSDDB 4.7.25 (as of svn r89086)
This commit is contained in:
7
db_printlog/commit.awk
Normal file
7
db_printlog/commit.awk
Normal file
@@ -0,0 +1,7 @@
|
||||
# $Id: commit.awk,v 12.0 2004/11/17 03:43:24 bostic Exp $
|
||||
#
|
||||
# Output tid of committed transactions.
|
||||
|
||||
/txn_regop/ {
|
||||
print $5
|
||||
}
|
||||
Reference in New Issue
Block a user