delphij 643b09b140 - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause
an invariant (actually, an ugly hack) to fail, and all Hell would break
   loose.

   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.

   Make the packing more dense in a couple of cases.

 - fix NULL dereference exposed on big bsize values;

Obtained from:	NetBSD via OpenBSD
2009-03-28 06:47:05 +00:00
..
2008-12-23 22:50:39 +00:00
2007-06-10 19:06:09 +00:00
2008-11-29 14:32:14 +00:00
2009-03-22 01:24:32 +00:00
2009-03-24 22:35:05 +00:00
2007-04-09 01:45:30 +00:00