~drizzle-trunk/drizzle/jenkins-Drizzle-Builder-209

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Continuous Integration
  • Date: 2013-03-07 03:15:07 UTC
  • mfrom: (2630.1.7 create-tmp-table)
  • Revision ID: ci@drizzle.org-20130307031507-bqgrashrp5m3fw8x
Merge lp:~stewart/drizzle/misc-cleanups Build: jenkins-Drizzle-Builder-175

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
  HA_READ_MBR_EQUAL
79
79
};
80
80
 
81
 
        /* Key algorithm types */
82
 
 
83
 
enum ha_key_alg {
84
 
  HA_KEY_ALG_UNDEF=     0,              /* Not specified (old file) */
85
 
  HA_KEY_ALG_BTREE=     1,              /* B-tree, default one          */
86
 
  HA_KEY_ALG_HASH=      3               /* HASH keys (HEAP tables) */
87
 
};
88
 
 
89
81
        /* The following is parameter to ha_extra() */
90
82
 
91
83
enum ha_extra_function {