~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2010-05-15 01:19:45 UTC
  • Revision ID: brian@gaz-20100515011945-uxhf94vi0tzm0vq6
Rename of KEY to KeyInfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
#define HA_CREATE_USED_CHARSET          (1L << 8)
345
345
#define HA_CREATE_USED_DEFAULT_CHARSET  (1L << 9)
346
346
#define HA_CREATE_USED_ROW_FORMAT       (1L << 15)
347
 
#define HA_CREATE_USED_KEY_BLOCK_SIZE   (1L << 19)
348
 
#define HA_CREATE_USED_BLOCK_SIZE       (1L << 22)
349
347
 
350
348
/*
351
349
  The below two are not used (and not handled) in this milestone of this WL