~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Stewart Smith
  • Date: 2009-10-19 04:11:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1192.
  • Revision ID: stewart@flamingspork.com-20091019041106-ls9kjisq3krlupae
removeĀ unusedĀ HA_OPTION_CREATE_FROM_ENGINE

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
#define HA_OPTION_COMPRESS_RECORD       4
257
257
#define HA_OPTION_TMP_TABLE             16
258
258
#define HA_OPTION_NO_PACK_KEYS          128  /* Reserved for MySQL */
259
 
#define HA_OPTION_CREATE_FROM_ENGINE    256
260
259
#define HA_OPTION_NULL_FIELDS           1024
261
260
#define HA_OPTION_PAGE_CHECKSUM         2048
262
261
#define HA_OPTION_TEMP_COMPRESS_RECORD  ((uint32_t) 16384)      /* set by isamchk */