~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/embedded_innodb/embedded_innodb_engine.cc

add comment about TODO for index prefixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
 
258
258
    for (int partnr= 0; partnr < index->index_part_size(); partnr++)
259
259
    {
 
260
      /* TODO: Index prefix lengths */
260
261
      const message::Table::Index::IndexPart part= index->index_part(partnr);
261
262
      ib_index_schema_add_col(innodb_index, table_message.field(part.fieldnr()).name().c_str(), 0);
262
263
    }