added some todos
This commit is contained in:
parent
1cf3119eb7
commit
1b3a08d434
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ Slotted page layout:
|
||||||
|
|
||||||
$Id$
|
$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))
|
#define SLOTTED_PAGE_OVERHEAD_PER_RECORD (2 * sizeof(short))
|
||||||
|
|
Loading…
Reference in a new issue