~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_index.cc

  • Committer: Monty Taylor
  • Date: 2011-04-06 21:23:45 UTC
  • mfrom: (2268.1.4 build)
  • Revision ID: mordred@inaugust.com-20110406212345-a7w7nkcuq60ybi4z
Merge Monty: Windows Fixes
Merge Olaf: open_table refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
  else
92
92
  {
93
93
    identifier::Table catch22(first_table->getSchemaName(), first_table->getTableName());
94
 
    Table *table= session().find_temporary_table(catch22);
 
94
    Table *table= session().open_tables.find_temporary_table(catch22);
95
95
    assert(table);
96
96
    {
97
97
      identifier::Table identifier(first_table->getSchemaName(), first_table->getTableName(), table->getMutableShare()->getPath());