README
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # $Id: README,v 10.6 2002/06/20 14:52:54 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. dbname.awk      Take a comma-separated list of database names and spit
  10. out all the log records that affect those databases.
  11. fileid.awk      Take a comma-separated list of file numbers and spit out
  12. all the log records that affect those file numbers.
  13. logstat.awk Display log record count/size statistics.
  14. pgno.awk Take a comma-separated list of page numbers and spit
  15. out all the log records that affect those page numbers.
  16. range.awk Print out a range of the log.
  17. rectype.awk     Print out a range of the log -- command line should
  18. set RECTYPE to the a comma separated list of the
  19. rectypes (or partial strings of rectypes) sought.
  20. status.awk Read through db_printlog output and list the transactions
  21. encountered, and whether they commited or aborted.
  22. txn.awk Print out all the records for a comma-separated list of
  23. transaction IDs.