~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2009-05-29 19:16:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1042.
  • Revision ID: brian@gaz-20090529191657-elmlhf1138g9i8tu
Removed dead code around alter table/MERGE tables. Added assert to double
check logic (though an earlier if should catch it).

Show diffs side-by-side

added added

removed removed

Lines of Context:
564
564
#define HA_FILE_BASED          (1 << 26)
565
565
#define HA_NEED_READ_RANGE_BUFFER (1 << 29) /* for read_multi_range */
566
566
#define HA_ANY_INDEX_MAY_BE_UNIQUE (1 << 30)
567
 
#define HA_NO_COPY_ON_ALTER    (INT64_C(1) << 31)
568
567
#define HA_HAS_RECORDS         (INT64_C(1) << 32) /* records() gives exact count*/
569
568
#define HA_MRR_CANT_SORT       (INT64_C(1) << 34)
570
569