~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2009-08-24 19:19:39 UTC
  • mfrom: (1121.1.6 merge)
  • Revision ID: brian@gaz-20090824191939-xcn528r7gwjc48h3
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
485
485
#define HA_CREATE_USED_AUTO             (1L << 0)
486
486
#define HA_CREATE_USED_CHARSET          (1L << 8)
487
487
#define HA_CREATE_USED_DEFAULT_CHARSET  (1L << 9)
488
 
#define HA_CREATE_USED_DATADIR          (1L << 10)
489
 
#define HA_CREATE_USED_INDEXDIR         (1L << 11)
490
488
#define HA_CREATE_USED_ENGINE           (1L << 12)
491
489
#define HA_CREATE_USED_ROW_FORMAT       (1L << 15)
492
490
#define HA_CREATE_USED_COMMENT          (1L << 16)
493
 
#define HA_CREATE_USED_CONNECTION       (1L << 18)
494
491
#define HA_CREATE_USED_KEY_BLOCK_SIZE   (1L << 19)
495
492
#define HA_CREATE_USED_BLOCK_SIZE       (1L << 22)
496
493