64467 | 07-Sep-1993 |
bostic |
add DB_ flags to calls to access method open routines check against acceptable open(2) flags here, not in per access method open's |
64466 | 07-Sep-1993 |
bostic |
add DB_ flags to __hash_open() USE_OPEN_FLAGS work done in dbopen(), no longer needed here |
64465 | 07-Sep-1993 |
bostic |
add DB_ flags to __hash_open() |
64464 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64463 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64462 | 07-Sep-1993 |
bostic |
add DB_ flags to __rec_open if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64461 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64460 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64459 | 07-Sep-1993 |
bostic |
__bt_open declared in db.h, don't need it here |
64458 | 07-Sep-1993 |
bostic |
add B_DB_{LOCK,SHMEM,TXN}, local copies of DB_{LOCK,SHMEM,TXN} add bt_pinned field, if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64457 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64456 | 07-Sep-1993 |
bostic |
if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64455 | 07-Sep-1993 |
bostic |
add DB_ flags to __bt_open if DB_LOCK not set, pin page across calls and don't copy key/data pair |
64454 | 07-Sep-1993 |
bostic |
add in recno as an example of local compilation of an access method |
64453 | 07-Sep-1993 |
bostic |
add -l flag to set Db_LOCK |
64452 | 06-Sep-1993 |
bostic |
document DB_LOCK, DB_SHMEM and DB_TXN for later use |
64451 | 06-Sep-1993 |
bostic |
remove temporary files when the run is done |
64450 | 06-Sep-1993 |
bostic |
add a make clean |
64449 | 06-Sep-1993 |
bostic |
put in an old-style Makefile |
64448 | 06-Sep-1993 |
bostic |
dictionary is in one of two places, normally |
64447 | 06-Sep-1993 |
bostic |
rework for separate architecture/os directories a la nvi |
64446 | 06-Sep-1993 |
bostic |
move MISC information into the README |
64445 | 06-Sep-1993 |
bostic |
always pass the appropriate overflow page address needed to handle the case where the last page in the chain is the last page of an overflow pair; from Margo Seltzer |
64444 | 06-Sep-1993 |
bostic |
Margo's version that's theoretically portable |
64443 | 06-Sep-1993 |
bostic |
strtol -> atoi |