~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

MergedĀ fromĀ Padraig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
/* Bits to show what an alter table will do */
38
38
#include <drizzled/sql_bitmap.h>
 
39
#include <drizzled/key_map.h>
39
40
 
40
41
#include<bitset>
41
42