~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.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:
164
164
  }
165
165
  else
166
166
  {
167
 
    Table *table= session->find_temporary_table(first_table);
 
167
    TableIdentifier catch22(first_table->db, first_table->table_name);
 
168
    Table *table= session->find_temporary_table(catch22);
168
169
    assert(table);
169
170
    {
170
171
      TableIdentifier identifier(first_table->db, first_table->table_name, table->getMutableShare()->getPath());