~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2008-08-18 22:20:43 UTC
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: brian@tangent.org-20080818222043-et6zf93ogrgx1cz9
Refactoring table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
973
973
  const char *errmsg= 0;
974
974
  int error= HA_ADMIN_OK;
975
975
  uint64_t map;
976
 
  TABLE_LIST *table_list= table->pos_in_table_list;
 
976
  TableList *table_list= table->pos_in_table_list;
977
977
 
978
978
  table->keys_in_use_for_query.clear_all();
979
979