diff options
Diffstat (limited to 'db/db_printlog/status.awk')
-rw-r--r-- | db/db_printlog/status.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/db_printlog/status.awk b/db/db_printlog/status.awk index a0c381ed9..a939431ef 100644 --- a/db/db_printlog/status.awk +++ b/db/db_printlog/status.awk @@ -1,4 +1,4 @@ -# $Id: status.awk,v 10.5 2004/09/24 00:43:17 bostic Exp $ +# $Id: status.awk,v 12.1 2006/02/15 20:35:26 ubell Exp $ # # Read through db_printlog output and list all the transactions encountered # and whether they committed or aborted. @@ -10,7 +10,7 @@ BEGIN { cur_txn = 0 } -/^\[/{ +/^\[.*]\[/{ in_regop = 0 if (status[$5] == 0) { status[$5] = 1; |