README
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 1k
Category:

MySQL

Development Platform:

Visual C++

  1. # $Id: README,v 10.5 1999/11/21 23:08:01 bostic Exp $
  2. Berkeley DB log dump utility.  This utility dumps out a DB log in human
  3. readable form, a record at a time, to assist in recovery and transaction
  4. abort debugging.
  5. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  6. commit.awk Output transaction ID of committed transactions.
  7. count.awk Print out the number of log records for transactions
  8. that we encountered.
  9. fileid.awk      Take a comma-separated list of file numbers and spit out
  10. all the log records that affect those file numbers.
  11. pgno.awk Take a comma-separated list of page numbers and spit
  12. out all the log records that affect those page numbers.
  13. range.awk Print out a range of the log.
  14. status.awk Read through db_printlog output and list the transactions
  15. encountered, and whether they commited or aborted.
  16. txn.awk Print out all the records for a comma-separated list of
  17. transaction IDs.