Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: mycroft
Date: Thu Jul 29 07:48:03 UTC 1999
Modified Files:
basesrc/lib/libc/db/hash: hash_bigkey.c
Log Message:
When deleting a big key, the offset of an empty page should be bsize, not
bsize-1; otherwise an insertion into the empty page will cause the new key to
be elongated by 1 byte.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/lib/libc/db/hash/hash_bigkey.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index