#
66195 |
| 21-Feb-1994 |
bostic |
first pass at making DB use basic integral types (the Alpha port) |
#
66140 |
| 17-Feb-1994 |
bostic |
don't try and put the page if __rec_search fails!! From: Paul Kranenburg <pk@cs.few.eur.nl> |
#
64461 |
| 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
#
61207 |
| 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
60052 |
| 16-May-1993 |
bostic |
break BTF flags up into btree/recno (B_, R_) categories |
#
58015 |
| 16-Feb-1993 |
bostic |
bcmp/bcopy/bzero -> memcmp/memmove/memset |
#
57988 |
| 14-Feb-1993 |
bostic |
index_t -> indx_t |
#
57933 |
| 11-Feb-1993 |
bostic |
move db.h to the end of the includes, make compat.h work better |
#
56756 |
| 13-Nov-1992 |
bostic |
test for initialization of the cursor before deleting what it refs deleting the cursor changes it, so the test is for no more records no need to set the BTF_DELCRSR flag, just decrement the cursor |
#
54281 |
| 23-Jun-1992 |
bostic |
decrement record count in rec_dleaf, where the delete is really done |
#
51088 |
| 11-Sep-1991 |
bostic |
redo cursor deletion; specify delete to __rec_search, don't do parent decrements here any more; minor cleanups |
#
50995 |
| 04-Sep-1991 |
bostic |
Rev #2. Redo the btree code add recno's and checkpoint |