~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/table.h

  • Committer: Brian Aker
  • Date: 2008-07-08 20:52:20 UTC
  • Revision ID: brian@tangent.org-20080708205220-jj590log4vjwhrge
Final cleanup on enum for MEMORY/DISK

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
    return db_plugin ? plugin_data(db_plugin, handlerton*) : NULL;
241
241
  }
242
242
  enum row_type row_type;               /* How rows are stored */
243
 
  enum ha_storage_media default_storage_media;
244
243
  char *tablespace;
245
244
  enum tmp_table_type tmp_table;
246
245
  enum ha_choice transactional;