~linuxjedi/drizzle/trunk-bug-743902

« back to all changes in this revision

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