added some todos

This commit is contained in:
Sears Russell 2006-06-13 22:46:11 +00:00
parent 1cf3119eb7
commit 1b3a08d434

View file

@ -54,6 +54,11 @@ Slotted page layout:
$Id$
@todo slotted.c shouldn't need to include the buffer manager calls
(like loadPage(), releasePage()).
@todo slotted.c Should know that specific record types (like blobs) exist,
(but should not hardcode information about these types)
************************************************************************/
#define SLOTTED_PAGE_OVERHEAD_PER_RECORD (2 * sizeof(short))