~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_index.cc

  • Committer: Brian Aker
  • Date: 2010-10-22 22:02:32 UTC
  • mfrom: (1864.3.17 catalogs)
  • Revision ID: brian@tangent.org-20101022220232-p4l1i9a3ud5asw0d
Merge in Brian. key creation should be improved after this (ie for share)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
  }
78
78
  else
79
79
  {
80
 
    Table *table= session->find_temporary_table(first_table);
 
80
    TableIdentifier catch22(first_table->db, first_table->table_name);
 
81
    Table *table= session->find_temporary_table(catch22);
81
82
    assert(table);
82
83
    {
83
84
      TableIdentifier identifier(first_table->db, first_table->table_name, table->getMutableShare()->getPath());