~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2009-11-19 03:54:45 UTC
  • mto: (1223.1.4 push) (1226.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1224.
  • Revision ID: brian@gaz-20091119035445-01a1mcnq3x0w9b8q
Remove used flag for engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
457
457
#define HA_CREATE_USED_AUTO             (1L << 0)
458
458
#define HA_CREATE_USED_CHARSET          (1L << 8)
459
459
#define HA_CREATE_USED_DEFAULT_CHARSET  (1L << 9)
460
 
#define HA_CREATE_USED_ENGINE           (1L << 12)
461
460
#define HA_CREATE_USED_ROW_FORMAT       (1L << 15)
462
461
#define HA_CREATE_USED_COMMENT          (1L << 16)
463
462
#define HA_CREATE_USED_KEY_BLOCK_SIZE   (1L << 19)