~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2010-11-28 20:44:02 UTC
  • mfrom: (1954.2.4 alter-table)
  • Revision ID: brian@tangent.org-20101128204402-e6ab9fucshilci81
Merge in table identifier work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1617
1617
 
1618
1618
          if (concurrent_table->reopen_name_locked_table(create_table, session))
1619
1619
          {
1620
 
            quick_rm_table(*session, identifier);
 
1620
            plugin::StorageEngine::dropTable(*session, identifier);
1621
1621
          }
1622
1622
          else
1623
1623
          {
1626
1626
        }
1627
1627
        else
1628
1628
        {
1629
 
          quick_rm_table(*session, identifier);
 
1629
          plugin::StorageEngine::dropTable(*session, identifier);
1630
1630
        }
1631
1631
      }
1632
1632
      else