~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/collation_character_set_applicability.cc

Updates for interface/etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  message::Table::StorageEngine *engine;
30
30
  message::Table::TableOptions *table_options;
31
31
 
32
 
  schema.set_name("collation_character_set_applicability");
 
32
  setName("COLLATION_CHARACTER_SET_APPLICABILITY");
 
33
  schema.set_name(getName().c_str());
33
34
  schema.set_type(message::Table::STANDARD);
34
35
 
35
36
  table_options= schema.mutable_options();