Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
README
Package: mysql-3.23.35.tar.gz [view]
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 1k
Category:
MySQL
Development Platform:
Visual C++
- # $Id: README,v 10.5 1999/11/21 23:08:01 bostic Exp $
- 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.
- fileid.awk Take a comma-separated list of file numbers and spit out
- all the log records that affect those file numbers.
- 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.