Import BSDDB 4.7.25 (as of svn r89086)

This commit is contained in:
Zachary Ware
2017-09-04 13:40:25 -05:00
parent 4b29e0458f
commit 8f590873d0
4781 changed files with 2241032 additions and 6 deletions

4
docs_src/exc/Makefile Normal file
View File

@@ -0,0 +1,4 @@
# $Id: Makefile,v 10.5 2006/10/05 01:06:05 bostic Exp $
COMMON=
CXX= exc_package.html

View File

@@ -0,0 +1,15 @@
m4_comment([$Id: exc_package.so,v 10.1 2004/08/27 13:49:28 bostic Exp $])
m4_page_title([Exceptions])
m4_table_begin(, _center)
m4_table_header(Exceptions, Description)
m4_table_element(m4_ref(DbDeadlockException), Exception Class for deadlocks)
m4_table_element(m4_ref(DbException), Exception Class for m4_db Activity)
m4_table_element(m4_ref(DbLockNotGrantedException), Exception Class for lock request failures)
m4_table_element(m4_ref(DbMemoryException), Exception Class for insufficient memory)
m4_table_element(m4_ref(DbRunRecoveryException), Exception Class for failures requiring recovery)
m4_table_end
m4_page_footer