~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/drop_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:
83
83
  }
84
84
  else
85
85
  {
86
 
    Table *table= session->find_temporary_table(first_table);
 
86
    TableIdentifier catch22(first_table->db, first_table->table_name);
 
87
    Table *table= session->find_temporary_table(catch22);
87
88
    assert(table);
88
89
    {
89
90
      TableIdentifier identifier(first_table->db, first_table->table_name, table->getShare()->getPath());