~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
    return table_definition_ext;
167
167
  }
168
168
 
 
169
  virtual message::Table::Index::IndexType default_index_type() const
 
170
  {
 
171
    return message::Table::Index::BTREE;
 
172
  }
 
173
 
169
174
private:
170
175
  std::vector<std::string> aliases;
171
176