#
64488 |
| 16-Sep-1993 |
bostic |
was returning a pointer into the stack! change to use bt_cur as bt_search does |
#
64456 |
| 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
#
61196 |
| 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
60041 |
| 16-May-1993 |
bostic |
break BTF flags up into btree/recno (B_, R_) categories |
#
58017 |
| 16-Feb-1993 |
bostic |
bcmp/bcopy/bzero -> memcmp/memmove/memset |
#
57989 |
| 14-Feb-1993 |
bostic |
index -> indx_t |
#
57932 |
| 11-Feb-1993 |
bostic |
move db.h to the end of the includes, make compat.h work better |
#
57450 |
| 10-Jan-1993 |
bostic |
clear the stack in the search routine; it's a lot simpler |
#
57445 |
| 10-Jan-1993 |
bostic |
just clear the stack in on entry to put instead of trying to clear it when it's used |
#
56995 |
| 04-Dec-1992 |
bostic |
R_CURSOR fails if cursor not initialized or if cursor deleted |
#
56751 |
| 13-Nov-1992 |
bostic |
lint cleanup, prettiness polic, add R_SETCURSOR |
#
56558 |
| 13-Oct-1992 |
bostic |
bcopy the pgno/size for overflow pages, may not be long aligned flag all overflow pages with P_OVERFLOW, not just the first one. |
#
51880 |
| 11-Dec-1991 |
bostic |
If two keys compare equal, return the index of the matching key not the next index. Test case is inserting two identical keys into the database at the beginning of a page (before anything else). |
#
51099 |
| 12-Sep-1991 |
bostic |
fix overflow checking code to always keep the key in memory, if possible and take into account both key and data; add MODIFIED bit; fix maxkepage and minkeypage (bt_ovflsize) |
#
50989 |
| 04-Sep-1991 |
bostic |
Rev #2. Redo the btree code add recno's and checkpoint |
#
46561 |
| 22-Feb-1991 |
bostic |
ANSI prototypes |
#
46454 |
| 18-Feb-1991 |
mao |
fix stack management bug |
#
46131 |
| 23-Jan-1991 |
mao |
date and time created 91/01/23 08:12:42 by mao |