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

lint

# 66192 21-Feb-1994 bostic

first pass at making DB use basic integral types (the Alpha port)

# 65050 10-Dec-1993 bostic

search both backwards and forwards if the page is empty and
duplicates are turned on

# 65021 03-Dec-1993 bostic

if enough duplicate keys are entered and deleted, it's possible for
the search to end up in a leaf page that doesn't have any of the searched
for keys, while adjacent pages still have them. If the k

if enough duplicate keys are entered and deleted, it's possible for
the search to end up in a leaf page that doesn't have any of the searched
for keys, while adjacent pages still have them. If the key we end up with
is not an exact match and we're on a page boundary, and duplicate keys are
in the DB, check the adjacent pages for an exact match

show more ...

# 64484 14-Sep-1993 bostic

the __bt_search value shouldn't be stored in a static, can't pin
across calls in that case

# 61196 04-Jun-1993 bostic

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

# 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

# 57449 10-Jan-1993 bostic

clear the stack in the search routine; it's a lot simpler

# 57448 10-Jan-1993 bostic

if the tree is being prefix compressed, it's possible to get a base
of zero.

# 56739 13-Nov-1992 bostic

prettiness police

# 51105 12-Sep-1991 bostic

bt_push -> __bt_push

# 50989 04-Sep-1991 bostic

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

# 47865 08-Apr-1991 bostic

use the pointer name, not the address of its first element

# 46132 23-Jan-1991 mao

date and time created 91/01/23 08:12:43 by mao