~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/drop_index.cc

  • Committer: Brian Aker
  • Date: 2010-05-09 23:33:20 UTC
  • mfrom: (1502.1.22 fix-myisam)
  • Revision ID: brian@gaz-20100509233320-2ejod14ukaiqoqjk
Merge in modifications to make TableShare and actual object. 

Crazy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    Table *table= session->find_temporary_table(first_table);
87
87
    assert(table);
88
88
    {
89
 
      TableIdentifier identifier(first_table->db, first_table->table_name, table->s->path.str);
 
89
      TableIdentifier identifier(first_table->db, first_table->table_name, table->s->getPath());
90
90
      create_info.default_table_charset= plugin::StorageEngine::getSchemaCollation(identifier);
91
91
 
92
92
      res= alter_table(session,