History log of /csrg-svn/lib/libc/db/btree/bt_close.c (Results 1 – 15 of 15)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 66214 21-Feb-1994 bostic

cast alloc's to shut SunOS up

# 64460 07-Sep-1993 bostic

if DB_LOCK not set, pin page across calls and don't copy key/data pair

# 61194 04-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 60047 16-May-1993 bostic

sync now takes a flags argument
break BTF flags up into btree/recno (B_, R_) categories

# 59630 01-May-1993 bostic

lint (bug); don't swap meta information when writing the file back,
the __bt_pgout routine should handle this for us

# 58017 16-Feb-1993 bostic

bcmp/bcopy/bzero -> memcmp/memmove/memset

# 57932 11-Feb-1993 bostic

move db.h to the end of the includes, make compat.h work better

# 57652 22-Jan-1993 bostic

have to push the dirty page back to mpool, before the sync, so that it
gets written to disk. Then, re-pin the page, and modify it. The MPOOL_DIRTY
bit may not be "correct" for the second mpool_put,

have to push the dirty page back to mpool, before the sync, so that it
gets written to disk. Then, re-pin the page, and modify it. The MPOOL_DIRTY
bit may not be "correct" for the second mpool_put, but since the BTF_DELCRSR
bit is set, it shouldn't matter

show more ...

# 56742 13-Nov-1992 bostic

reorder malloc/mpool_get for simplicity; save off error from delete

# 56701 07-Nov-1992 bostic

check MODIFIED bit on sync, before close

# 56491 09-Oct-1992 bostic

implement free page reuse

# 51970 16-Dec-1991 bostic

don't bother with the macros, performance isn't an issue here

# 51873 09-Dec-1991 bostic

htonl -> HTONL

# 51097 12-Sep-1991 bostic

make close of RDONLY succeed; fix sync call to handle a cursor marked
for deletion

# 50990 04-Sep-1991 bostic

Rev #2. Redo the btree code add recno's and checkpoint