~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

merge latest from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
static handlerton *installed_htons[128];
34
34
 
35
 
#define BITMAP_STACKBUF_SIZE (128/8)
36
 
 
37
35
KEY_CREATE_INFO default_key_create_info= { HA_KEY_ALG_UNDEF, 0, {NULL,0}, {NULL,0} };
38
36
 
39
37
/* number of entries in handlertons[] */