~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2009-08-24 19:19:39 UTC
  • mfrom: (1121.1.6 merge)
  • Revision ID: brian@gaz-20090824191939-xcn528r7gwjc48h3
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    return storage_engine;
137
137
  }
138
138
  enum tmp_table_type tmp_table;
139
 
  enum ha_choice page_checksum;
140
139
 
141
140
  uint32_t ref_count;       /* How many Table objects uses this */
142
141
  uint32_t key_block_size;                      /* create key_block_size, if used */