~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#define HA_ADMIN_NEEDS_CHECK    -12
46
46
 
47
47
/* Bits to show what an alter table will do */
48
 
#include <sql_bitmap.h>
 
48
#include <drizzled/sql_bitmap.h>
49
49
 
50
50
#define HA_MAX_ALTER_FLAGS 39
51
51
typedef Bitmap<HA_MAX_ALTER_FLAGS> HA_ALTER_FLAGS;