diff options
Diffstat (limited to 'bdb/docs/utility/index.html')
-rw-r--r-- | bdb/docs/utility/index.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/bdb/docs/utility/index.html b/bdb/docs/utility/index.html deleted file mode 100644 index 3f0c430ab0f..00000000000 --- a/bdb/docs/utility/index.html +++ /dev/null @@ -1,28 +0,0 @@ -<!--$Id: index.so,v 10.10 2000/04/03 20:10:39 bostic Exp $--> -<!--Copyright 1997, 1998, 1999, 2000 by Sleepycat Software, Inc.--> -<!--All rights reserved.--> -<html> -<head> -<title>Berkeley DB: Berkeley DB Supporting Utilities</title> -<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> -<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++"> -</head> -<body bgcolor=white> -<h1 align=center>Berkeley DB Supporting Utilities</h1> -<p><table border=1 align=center> -<tr><th>Utility</th><th>Description</th></tr> -<tr><td><a href="../utility/berkeley_db_svc.html">berkeley_db_svc</a></td><td>RPC server utility</td></tr> -<tr><td><a href="../utility/db_archive.html">db_archive</a></td><td>Archival utility</td></tr> -<tr><td><a href="../utility/db_checkpoint.html">db_checkpoint</a></td><td>Transaction checkpoint utility</td></tr> -<tr><td><a href="../utility/db_deadlock.html">db_deadlock</a></td><td>Deadlock detection utility</td></tr> -<tr><td><a href="../utility/db_dump.html">db_dump</a></td><td>Database dump utility</td></tr> -<tr><td><a href="../utility/db_load.html">db_load</a></td><td>Database load utility</td></tr> -<tr><td><a href="../utility/db_printlog.html">db_printlog</a></td><td>Transaction log display utility</td></tr> -<tr><td><a href="../utility/db_recover.html">db_recover</a></td><td>Recovery utility</td></tr> -<tr><td><a href="../utility/db_stat.html">db_stat</a></td><td>Statistics utility</td></tr> -<tr><td><a href="../utility/db_upgrade.html">db_upgrade</a></td><td>Database upgrade utility</td></tr> -<tr><td><a href="../utility/db_verify.html">db_verify</a></td><td>Verification utility</td></tr> -</table> -<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font> -</body> -</html> |