~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-15 01:19:45 UTC
  • Revision ID: brian@gaz-20100515011945-uxhf94vi0tzm0vq6
Rename of KEY to KeyInfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
                     identifier,
77
77
                     identifier,
78
78
                     &create_info, 
 
79
                     original_table_message,
79
80
                     create_table_proto, 
80
81
                     first_table,
81
82
                     &alter_info,
86
87
    Table *table= session->find_temporary_table(first_table);
87
88
    assert(table);
88
89
    {
89
 
      TableIdentifier identifier(first_table->db, first_table->table_name, table->s->path.str);
 
90
      TableIdentifier identifier(first_table->db, first_table->table_name, table->s->getPath());
90
91
      create_info.default_table_charset= plugin::StorageEngine::getSchemaCollation(identifier);
91
92
 
92
93
      res= alter_table(session, 
93
94
                       identifier,
94
95
                       identifier,
95
96
                       &create_info, 
 
97
                       original_table_message,
96
98
                       create_table_proto, 
97
99
                       first_table,
98
100
                       &alter_info,