~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/ha_heap.cc

  • 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:
68
68
    return new ha_heap(*this, table);
69
69
  }
70
70
 
71
 
  const char **bas_ext() const {
 
71
  const char **bas_ext() const 
 
72
  {
72
73
    return ha_heap_exts;
73
74
  }
74
75
 
 
76
  drizzled::message::Table::Index::IndexType default_index_type() const
 
77
  {
 
78
    return drizzled::message::Table::Index::HASH;
 
79
  }
 
80
 
75
81
  int doCreateTable(Session &session,
76
82
                    Table &table_arg,
77
83
                    const identifier::Table &identifier,