#
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 ...
|