~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Monty Taylor
  • Date: 2008-07-30 19:17:49 UTC
  • mto: (236.1.7 codestyle)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080730191749-xfjicbhw2qna3hs2
Removed excess AM_CPPFLAGS from the tree. Now the only thing that should be in the include path should be -I${top_srcdir} and -I${top_builddir}w

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;