~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_index.cc

MergedĀ fromĀ me.

Show diffs side-by-side

added added

removed removed

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