mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
ec239360d1
* db2/Makefile (distribute): Remove files which do not exist anymore. |
||
---|---|---|
.. | ||
commit.awk | ||
count.awk | ||
db_printlog.c | ||
pgno.awk | ||
range.awk | ||
README | ||
status.awk | ||
txn.awk |
# @(#)README 10.3 (Sleepycat) 11/1/98 Berkeley DB log dump utility. This utility dumps out a DB log in human readable form, a record at a time, to assist in recovery and transaction abort debugging. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= commit.awk Output transaction ID of committed transactions. count.awk Print out the number of log records for transactions that we encountered. pgno.awk Take a comma-separated list of page numbers and spit out all the log records that affect those page numbers. range.awk Print out a range of the log. status.awk Read through db_printlog output and list the transactions encountered, and whether they commited or aborted. txn.awk Print out all the records for a comma-separated list of transaction IDs.