~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Monty Taylor
  • Date: 2008-10-07 22:29:30 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: monty@inaugust.com-20081007222930-z7u6273d0n742yuq
RemovedĀ RAIDĀ garbage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
/* Bits in used_fields */
319
319
#define HA_CREATE_USED_AUTO             (1L << 0)
320
320
#ifdef DEAD_OPTIONS
321
 
#define HA_CREATE_USED_RAID             (1L << 1) /* Historical, no longer supported */
322
321
#define HA_CREATE_USED_UNION            (1L << 2)
323
322
#define HA_CREATE_USED_PASSWORD         (1L << 17)
324
323
#endif