~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2010-04-22 20:23:14 UTC
  • mto: (1527.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1526.
  • Revision ID: brian@gaz-20100422202314-shj4709fdksccr1m
Cleanup to use references.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1740
1740
  plugin::StorageEngine *table_type= table->s->db_type();
1741
1741
 
1742
1742
  table->free_io_cache();
1743
 
  table->closefrm(false);
 
1743
  table->delete_table(false);
1744
1744
 
1745
1745
  TableIdentifier identifier(table->s->getSchemaName(), table->s->table_name.str, table->s->path.str);
1746
1746
  rm_temporary_table(table_type, identifier);