1740
1740
plugin::StorageEngine *table_type= table->s->db_type();
1745
TableIdentifier identifier(table->s->getSchemaName(), table->s->table_name.str, table->s->path.str);
1745
TableIdentifier identifier(table->s->getSchemaName(), table->s->getTableName(), table->s->getPath());
1746
1746
rm_temporary_table(table_type, identifier);
1750
1750
/* This makes me sad, but we're allocating it via malloc */