~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/drop_index.cc

  • Committer: Brian Aker
  • Date: 2010-10-10 02:00:34 UTC
  • mfrom: (1830.1.5 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101010020034-d67x3d09fssxq1v6
Merge rollup of utf8 and table encapsulation.

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->getPath());
 
89
      TableIdentifier identifier(first_table->db, first_table->table_name, table->getShare()->getPath());
90
90
      create_info.default_table_charset= plugin::StorageEngine::getSchemaCollation(identifier);
91
91
 
92
92
      res= alter_table(session,