~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/heap_priv.h

Merge Stewart's dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
extern "C" {
40
40
#endif
41
41
 
42
 
#define HP_MIN_RECORDS_IN_BLOCK 16
43
 
#define HP_MAX_RECORDS_IN_BLOCK 8192
44
 
 
45
42
#define CHUNK_STATUS_DELETED 0    /* this chunk has been deleted and can be reused */
46
43
#define CHUNK_STATUS_ACTIVE  1    /* this chunk represents the first part of a live record */
47
44
#define CHUNK_STATUS_LINKED  2    /* this chunk is a continuation from another chunk (part of chunkset) */