~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Brian Aker
  • Date: 2009-08-17 01:44:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090817014423-jxi2qonsumm8mndf
Remove SQL level reference for DELAY (just now done correctly by default in
engine).

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
#define HA_OPTION_LONG_BLOB_PTR         8 /* new ISAM format */
268
268
#define HA_OPTION_TMP_TABLE             16
269
269
#define HA_OPTION_CHECKSUM              32
270
 
#define HA_OPTION_DELAY_KEY_WRITE       64
271
270
#define HA_OPTION_NO_PACK_KEYS          128  /* Reserved for MySQL */
272
271
#define HA_OPTION_CREATE_FROM_ENGINE    256
273
272
#define HA_OPTION_RELIES_ON_SQL_LAYER   512
284
283
#define HA_CREATE_CHECKSUM      8
285
284
#define HA_CREATE_KEEP_FILES    16      /* don't overwrite .MYD and MYI */
286
285
#define HA_CREATE_PAGE_CHECKSUM 32
287
 
#define HA_CREATE_DELAY_KEY_WRITE 64
288
286
#define HA_CREATE_RELIES_ON_SQL_LAYER 128
289
287
 
290
288
/*