~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.h

  • Committer: Monty Taylor
  • Date: 2008-07-05 11:38:34 UTC
  • mfrom: (60 drizzle)
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: monty@inaugust.com-20080705113834-23bn0884hk8pqfu9
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
  bool auto_repair() const { return myisam_recover_options != 0; }
133
133
  int optimize(THD* thd, HA_CHECK_OPT* check_opt);
134
134
  int assign_to_keycache(THD* thd, HA_CHECK_OPT* check_opt);
135
 
  int preload_keys(THD* thd, HA_CHECK_OPT* check_opt);
136
135
  bool check_if_incompatible_data(HA_CREATE_INFO *info, uint table_changes);
137
136
#ifdef HAVE_QUERY_CACHE
138
137
  my_bool register_query_cache_table(THD *thd, char *table_key,