~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Brian Aker
  • Date: 2009-08-17 22:19:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: brian@gaz-20090817221953-6qzdxpi8l9nd342y
More dead option removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
#define HA_OPTION_PACK_RECORD           1
265
265
#define HA_OPTION_PACK_KEYS             2
266
266
#define HA_OPTION_COMPRESS_RECORD       4
267
 
#define HA_OPTION_LONG_BLOB_PTR         8 /* new ISAM format */
268
267
#define HA_OPTION_TMP_TABLE             16
269
268
#define HA_OPTION_NO_PACK_KEYS          128  /* Reserved for MySQL */
270
269
#define HA_OPTION_CREATE_FROM_ENGINE    256
278
277
#define HA_DONT_TOUCH_DATA      1       /* Don't empty datafile (isamchk) */
279
278
#define HA_PACK_RECORD          2       /* Request packed record format */
280
279
#define HA_CREATE_TMP_TABLE     4
281
 
#define HA_CREATE_CHECKSUM      8
282
280
#define HA_CREATE_KEEP_FILES    16      /* don't overwrite .MYD and MYI */
283
281
 
284
282
/*