~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto_write.cc

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
    return(1);
69
69
  }
70
70
 
71
 
  engine->set_name(create_info->db_type->get_name());
 
71
  engine->set_name(create_info->db_type->getName());
72
72
 
73
73
  table_proto->set_name(table_name);
74
74
  table_proto->set_type(drizzle::Table::STANDARD);