~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
  HA_KEY_ALG_HASH=      3               /* HASH keys (HEAP tables) */
87
87
};
88
88
 
89
 
        /* Index and table build methods */
90
 
 
91
 
enum ha_build_method {
92
 
  HA_BUILD_DEFAULT,
93
 
  HA_BUILD_ONLINE,
94
 
  HA_BUILD_OFFLINE
95
 
};
96
 
 
97
89
        /* The following is parameter to ha_extra() */
98
90
 
99
91
enum ha_extra_function {