~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 07:14:16 UTC
  • mto: (511.1.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016071416-92x6no8641uy9hi7
Fixed warnings before we got to sql_yacc.

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[] */