~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2009-11-19 02:33:17 UTC
  • mto: (1222.1.2 staging)
  • mto: This revision was merged to the branch mainline in revision 1224.
  • Revision ID: brian@gaz-20091119023317-lylyqkwhrewid34p
Remove a few more options, from options in HA_CREATE_INFO.

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
#define HA_KEY_NULL_LENGTH      1
439
439
#define HA_KEY_BLOB_LENGTH      2
440
440
 
441
 
#define HA_LEX_CREATE_IF_NOT_EXISTS 2
442
 
#define HA_LEX_CREATE_TABLE_LIKE 4
443
441
#define HA_OPTION_NO_CHECKSUM   (1L << 17)
444
442
#define HA_MAX_REC_LENGTH       65535
445
443