~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_index.cc

  • Committer: Brian Aker
  • Date: 2010-02-25 07:54:52 UTC
  • mfrom: (1273.13.101 build)
  • Revision ID: brian@gaz-20100225075452-19eozreshbrerypu
Merge of all patches in build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  }
49
49
 
50
50
  create_info.row_type= ROW_TYPE_NOT_USED;
51
 
  create_info.default_table_charset= get_default_db_collation(session->db.c_str());
 
51
  create_info.default_table_charset= plugin::StorageEngine::getSchemaCollation(session->db.c_str());
52
52
 
53
53
  bool res= alter_table(session, 
54
54
                        first_table->db,